Class MULTILABELBinding
java.lang.Object
org.eclnt.jsfserver.elements.impl.MULTILABELBinding
- All Implemented Interfaces:
IValueByToString
Counter part of MULTILABEL component. The component renders a list of text cells,
each one represented by an instances of a
Pay attention: after having passed a TextInfo into the MULTILABELBinding using
MULTILABELBinding.TextInfo instance.
Pay attention: after having passed a TextInfo into the MULTILABELBinding using
addTextInfo(TextInfo) is must not be changed anymore.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classText cell of MULTILABELBinding. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTextInfo(MULTILABELBinding.TextInfo textInfo) voidclear()Returns list of current text infos.intgetTextInfoForXPosition(int x) intgetWidth()toString()
-
Constructor Details
-
MULTILABELBinding
public MULTILABELBinding()
-
-
Method Details
-
addTextInfo
-
clear
public void clear() -
getChangeIndex
public int getChangeIndex() -
toJSONString
-
toString
-
getWidth
public int getWidth() -
getTextInfoForEvent
-
getTextInfoForXPosition
-
getAllTextInfos
Returns list of current text infos. Do not use the list for updates but just for read purposes. Updates must always be done by using theaddTextInfo(TextInfo)method!
-