Interface SupportsDecorationPosition
-
- All Known Implementing Classes:
AbstractUIDate
,AbstractUIFile
,AbstractUIIn
,AbstractUIInput
,AbstractUIOut
,AbstractUIRange
,AbstractUISelectBoolean
,AbstractUISelectBooleanCheckbox
,AbstractUISelectBooleanToggle
,AbstractUISelectManyBase
,AbstractUISelectManyCheckbox
,AbstractUISelectManyList
,AbstractUISelectManyListbox
,AbstractUISelectManyShuttle
,AbstractUISelectOneBase
,AbstractUISelectOneChoice
,AbstractUISelectOneList
,AbstractUISelectOneListbox
,AbstractUISelectOneRadio
,AbstractUIStars
,AbstractUITextarea
,UIDate
,UIFile
,UIIn
,UIOut
,UIRange
,UISelectBooleanCheckbox
,UISelectBooleanToggle
,UISelectManyCheckbox
,UISelectManyList
,UISelectManyListbox
,UISelectManyShuttle
,UISelectOneChoice
,UISelectOneList
,UISelectOneListbox
,UISelectOneRadio
,UIStars
,UITextarea
public interface SupportsDecorationPosition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DecorationPosition
getHelpPosition()
DecorationPosition
getMessagePosition()
-
-
-
Method Detail
-
getMessagePosition
DecorationPosition getMessagePosition()
-
getHelpPosition
DecorationPosition getHelpPosition()
-
-