Interface Visual
- All Known Implementing Classes:
- 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,- AbstractUIPopover,- 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,- AbstractUIToasts,- 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,- UIPopover,- UIPopup,- UIProgress,- UIRange,- UIRow,- UISection,- UISegmentLayout,- UISelectBooleanCheckbox,- UISelectBooleanToggle,- UISelectItem,- UISelectManyCheckbox,- UISelectManyList,- UISelectManyListbox,- UISelectManyShuttle,- UISelectOneChoice,- UISelectOneList,- UISelectOneListbox,- UISelectOneRadio,- UISeparator,- UISheet,- UISplitLayout,- UIStars,- UITab,- UITabGroup,- UITextarea,- UIToasts,- UITree,- UITreeIcon,- UITreeIndent,- UITreeLabel,- UITreeListbox,- UITreeNode,- UITreeSelect
public interface Visual
- 
Method SummaryModifier and TypeMethodDescriptionThe renderer is an id that is used by Tobago to gather information about the components which are configured in the theme configuration files.default booleanisPlain()voidsetCustomClass(CustomClass customClass) void
- 
Method Details- 
getMarkupMarkup getMarkup()
- 
setMarkup
- 
getCustomClassCustomClass getCustomClass()
- 
setCustomClass
- 
getRendererTypeString 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.- Returns:
- The renderer type.
 
- 
isPlaindefault boolean isPlain()
 
-