Schnittstelle Visual
- Alle bekannten Implementierungsklassen:
AbstractUIBadge
,AbstractUIBar
,AbstractUIBox
,AbstractUIButton
,AbstractUIButtons
,AbstractUICollapsiblePanel
,AbstractUIColumn
,AbstractUIColumnBase
,AbstractUIColumnNode
,AbstractUIColumnPanel
,AbstractUIColumnSelector
,AbstractUICommand
,AbstractUIData
,AbstractUIDate
,AbstractUIFigure
,AbstractUIFile
,AbstractUIFlexLayout
,AbstractUIFlowLayout
,AbstractUIFooter
,AbstractUIForm
,AbstractUIFormBase
,AbstractUIGridLayout
,AbstractUIHeader
,AbstractUIImage
,AbstractUIIn
,AbstractUIInput
,AbstractUILabel
,AbstractUILabelBase
,AbstractUILayoutBase
,AbstractUILink
,AbstractUILinks
,AbstractUIMessages
,AbstractUIObject
,AbstractUIOut
,AbstractUIPage
,AbstractUIPanel
,AbstractUIPanelBase
,AbstractUIPopup
,AbstractUIProgress
,AbstractUIRange
,AbstractUIRow
,AbstractUISection
,AbstractUISegmentLayout
,AbstractUISelectBoolean
,AbstractUISelectBooleanCheckbox
,AbstractUISelectBooleanToggle
,AbstractUISelectItem
,AbstractUISelectManyBase
,AbstractUISelectManyCheckbox
,AbstractUISelectManyList
,AbstractUISelectManyListbox
,AbstractUISelectManyShuttle
,AbstractUISelectOneBase
,AbstractUISelectOneChoice
,AbstractUISelectOneList
,AbstractUISelectOneListbox
,AbstractUISelectOneRadio
,AbstractUISeparator
,AbstractUISheet
,AbstractUISplitLayout
,AbstractUIStars
,AbstractUITab
,AbstractUITabGroup
,AbstractUITextarea
,AbstractUITree
,AbstractUITreeIcon
,AbstractUITreeIndent
,AbstractUITreeLabel
,AbstractUITreeListbox
,AbstractUITreeNode
,AbstractUITreeNodeBase
,AbstractUITreeSelect
,SelectItem
,UIBadge
,UIBar
,UIBox
,UIButton
,UIButtons
,UIColumn
,UIColumnNode
,UIColumnPanel
,UIColumnSelector
,UIDate
,UIFigure
,UIFile
,UIFlexLayout
,UIFlowLayout
,UIFooter
,UIForm
,UIGridLayout
,UIHeader
,UIImage
,UIIn
,UILabel
,UILink
,UILinks
,UIMessages
,UIObject
,UIOut
,UIPage
,UIPanel
,UIPopup
,UIProgress
,UIRange
,UIRow
,UISection
,UISegmentLayout
,UISelectBooleanCheckbox
,UISelectBooleanToggle
,UISelectItem
,UISelectManyCheckbox
,UISelectManyList
,UISelectManyListbox
,UISelectManyShuttle
,UISelectOneChoice
,UISelectOneList
,UISelectOneListbox
,UISelectOneRadio
,UISeparator
,UISheet
,UISplitLayout
,UIStars
,UITab
,UITabGroup
,UITextarea
,UITree
,UITreeIcon
,UITreeIndent
,UITreeLabel
,UITreeListbox
,UITreeNode
,UITreeSelect
public interface Visual
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe renderer is an id that is used by Tobago to gather information about the components which are configured in the theme configuration files.default boolean
isPlain()
void
setCustomClass
(CustomClass customClass) void
-
Methodendetails
-
getMarkup
Markup getMarkup() -
setMarkup
-
getCustomClass
CustomClass getCustomClass() -
setCustomClass
-
getRendererType
String getRendererType()The renderer is an id that is used by Tobago to gather information about the components which are configured in the theme configuration files. E. g. the preferredWidth of a component.- Gibt zurück:
- The renderer type.
-
isPlain
default boolean isPlain()
-