Uses of Class
org.eclnt.jsfserver.defaultscreens.IdTextSelection
Packages that use IdTextSelection
-
Uses of IdTextSelection in org.eclnt.jsfserver.defaultscreens
Methods in org.eclnt.jsfserver.defaultscreens that return IdTextSelectionModifier and TypeMethodDescriptionstatic IdTextSelectionIdTextSelection.createInstance()Creates a normal instance that is presented to the user as straight list.protected static IdTextSelectionIdTextSelection.createInstanceHt()static IdTextSelectionIdTextSelection.createInstanceWithExplanation(String explanation) Creates an instance in which the list of valid values is shown together with an explanation string.static IdTextSelectionIdTextSelection.createInstanceWithImageLine()Creates instance in which each line is rendered with image, text and id, as two lines.static IdTextSelectionIdTextSelection.createListInstance()DefaultScreens.getPopupIdTextSelection()DefaultScreens.SessionAccess.getPopupIdTextSelection()Methods in org.eclnt.jsfserver.defaultscreens with parameters of type IdTextSelectionModifier and TypeMethodDescriptionvoidDefaultScreens.SessionAccess.setPopupIdTextSelection(IdTextSelection idTextSelection) Constructors in org.eclnt.jsfserver.defaultscreens with parameters of type IdTextSelectionModifierConstructorDescriptionIdTextLine(IdTextSelection idts, String id, String text) IdTextLine(IdTextSelection idts, String id, String text, String image)