Interface SupportsLabelLayout
- All Known Implementing Classes:
- AbstractUIDate,- AbstractUIFile,- AbstractUIIn,- AbstractUIInput,- AbstractUIOut,- AbstractUIRange,- AbstractUISelectBoolean,- AbstractUISelectBooleanCheckbox,- AbstractUISelectBooleanToggle,- AbstractUISelectManyBase,- AbstractUISelectManyCheckbox,- AbstractUISelectManyList,- AbstractUISelectManyListbox,- AbstractUISelectManyShuttle,- AbstractUISelectOneBase,- AbstractUISelectOneChoice,- AbstractUISelectOneListbox,- AbstractUISelectOneRadio,- AbstractUIStars,- AbstractUITextarea,- UIDate,- UIFile,- UIIn,- UIOut,- UIRange,- UISelectBooleanCheckbox,- UISelectBooleanToggle,- UISelectManyCheckbox,- UISelectManyList,- UISelectManyListbox,- UISelectManyShuttle,- UISelectOneChoice,- UISelectOneListbox,- UISelectOneRadio,- UIStars,- UITextarea
public interface SupportsLabelLayout
- 
Method SummaryModifier and TypeMethodDescriptionbooleanvoidsetLabelLayout(LabelLayout labelLayout) voidsetNextToRenderIsLabel(boolean nextToRenderIsLabel) 
- 
Method Details- 
getLabelLayoutLabelLayout getLabelLayout()
- 
setLabelLayout
- 
isNextToRenderIsLabelboolean isNextToRenderIsLabel()
- 
setNextToRenderIsLabelvoid setNextToRenderIsLabel(boolean nextToRenderIsLabel) 
 
-