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 IdTextSelection
IdTextSelection.createInstance()
Creates a normal instance that is presented to the user as straight list.protected static IdTextSelection
IdTextSelection.createInstanceHt()
static IdTextSelection
IdTextSelection.createInstanceWithExplanation
(String explanation) Creates an instance in which the list of valid values is shown together with an explanation string.static IdTextSelection
IdTextSelection.createInstanceWithImageLine()
Creates instance in which each line is rendered with image, text and id, as two lines.static IdTextSelection
IdTextSelection.createListInstance()
DefaultScreens.getPopupIdTextSelection()
DefaultScreens.SessionAccess.getPopupIdTextSelection()
Methods in org.eclnt.jsfserver.defaultscreens with parameters of type IdTextSelectionModifier and TypeMethodDescriptionvoid
DefaultScreens.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)