Package org.teamapps.dto
Class UiComponentField.SetBorderedCommand
java.lang.Object
org.teamapps.dto.UiComponentField.SetBorderedCommand
- Enclosing class:
UiComponentField
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SetBorderedCommand(String componentId, boolean bordered) -
Method Summary
-
Field Details
-
componentId
-
bordered
protected boolean bordered
-
-
Constructor Details
-
SetBorderedCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetBorderedCommand
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getBordered
public boolean getBordered()
-