Package org.teamapps.dto
Class UiPanel
java.lang.Object
org.teamapps.dto.UiClientObject
org.teamapps.dto.UiComponent
org.teamapps.dto.UiPanel
- All Implemented Interfaces:
UiObject
- Direct Known Subclasses:
UiWindow
public class UiPanel extends UiComponent implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUiPanel.HeaderComponentMinimizationPolicystatic classUiPanel.SetContentCommandstatic classUiPanel.SetIconCommandstatic classUiPanel.SetLeftHeaderFieldCommandstatic classUiPanel.SetMaximizedCommandstatic classUiPanel.SetRightHeaderFieldCommandstatic classUiPanel.SetStretchContentCommandstatic classUiPanel.SetTitleCommandstatic classUiPanel.SetToolbarCommandstatic classUiPanel.SetToolButtonsCommandstatic classUiPanel.SetWindowButtonsCommandstatic classUiPanel.WindowButtonClickedEventNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetAttributesCommand, UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
Fields Modifier and Type Field Description protected booleanalwaysShowHeaderFieldIconsprotected UiClientObjectReferencecontentprotected UiPanel.HeaderComponentMinimizationPolicyheaderComponentMinimizationPolicyprotected booleanhideTitleBarprotected java.lang.Stringiconprotected UiPanelHeaderFieldleftHeaderFieldprotected intpaddingprotected UiPanelHeaderFieldrightHeaderFieldprotected booleanstretchContentprotected java.lang.Stringtitleprotected UiClientObjectReferencetoolbarprotected java.util.List<UiClientObjectReference>toolButtonsprotected java.util.List<UiWindowButtonType>windowButtonsFields inherited from class org.teamapps.dto.UiComponent
attributesBySelector, classNamesBySelector, debuggingId, stylesBySelector, visibleFields inherited from class org.teamapps.dto.UiClientObject
id -
Constructor Summary
Constructors Constructor Description UiPanel() -
Method Summary
Methods inherited from class org.teamapps.dto.UiComponent
getAttributesBySelector, getClassNamesBySelector, getDebuggingId, getStylesBySelector, getVisibleMethods inherited from class org.teamapps.dto.UiClientObject
getIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
icon
protected java.lang.String icon -
title
protected java.lang.String title -
leftHeaderField
-
rightHeaderField
-
headerComponentMinimizationPolicy
-
alwaysShowHeaderFieldIcons
protected boolean alwaysShowHeaderFieldIcons -
hideTitleBar
protected boolean hideTitleBar -
toolbar
-
-
stretchContent
protected boolean stretchContent -
padding
protected int padding -
windowButtons
-
toolButtons
-
-
Constructor Details
-
UiPanel
public UiPanel()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
public java.lang.String toString()- Overrides:
toStringin classUiComponent
-
getIcon
public java.lang.String getIcon() -
getTitle
public java.lang.String getTitle() -
getLeftHeaderField
-
getRightHeaderField
-
getHeaderComponentMinimizationPolicy
-
getAlwaysShowHeaderFieldIcons
public boolean getAlwaysShowHeaderFieldIcons() -
getHideTitleBar
public boolean getHideTitleBar() -
getToolbar
-
getContent
-
getStretchContent
public boolean getStretchContent() -
getPadding
public int getPadding() -
getWindowButtons
-
getToolButtons
-
setId
- Overrides:
setIdin classUiComponent
-
setDebuggingId
- Overrides:
setDebuggingIdin classUiComponent
-
setVisible
- Overrides:
setVisiblein classUiComponent
-
setStylesBySelector
public UiPanel setStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)- Overrides:
setStylesBySelectorin classUiComponent
-
setClassNamesBySelector
public UiPanel setClassNamesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Boolean>> classNamesBySelector)- Overrides:
setClassNamesBySelectorin classUiComponent
-
setAttributesBySelector
public UiPanel setAttributesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> attributesBySelector)- Overrides:
setAttributesBySelectorin classUiComponent
-
setIcon
-
setTitle
-
setLeftHeaderField
-
setRightHeaderField
-
setHeaderComponentMinimizationPolicy
public UiPanel setHeaderComponentMinimizationPolicy(UiPanel.HeaderComponentMinimizationPolicy headerComponentMinimizationPolicy) -
setAlwaysShowHeaderFieldIcons
-
setHideTitleBar
-
setToolbar
-
setContent
-
setStretchContent
-
setPadding
-
setWindowButtons
-
setToolButtons
-