Package org.teamapps.dto
Class UiPanelHeaderField
java.lang.Object
org.teamapps.dto.UiPanelHeaderField
- All Implemented Interfaces:
UiObject
public class UiPanelHeaderField extends java.lang.Object implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields Modifier and Type Field Description protected UiClientObjectReferencefieldprotected java.lang.Stringiconprotected intmaxWidthprotected intminWidth -
Constructor Summary
Constructors Constructor Description UiPanelHeaderField()Deprecated.Only for Jackson deserialization.UiPanelHeaderField(UiClientObjectReference field) -
Method Summary
Modifier and Type Method Description UiClientObjectReferencegetField()java.lang.StringgetIcon()intgetMaxWidth()intgetMinWidth()UiObjectTypegetUiObjectType()UiPanelHeaderFieldsetIcon(java.lang.String icon)UiPanelHeaderFieldsetMaxWidth(int maxWidth)UiPanelHeaderFieldsetMinWidth(int minWidth)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
field
-
icon
protected java.lang.String icon -
minWidth
protected int minWidth -
maxWidth
protected int maxWidth
-
-
Constructor Details
-
UiPanelHeaderField
@Deprecated public UiPanelHeaderField()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiPanelHeaderField
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getField
-
getIcon
public java.lang.String getIcon() -
getMinWidth
public int getMinWidth() -
getMaxWidth
public int getMaxWidth() -
setIcon
-
setMinWidth
-
setMaxWidth
-