Package org.teamapps.dto
Class UiNavigationBar
java.lang.Object
org.teamapps.dto.UiClientObject
org.teamapps.dto.UiComponent
org.teamapps.dto.UiNavigationBar
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetAttributesCommand, UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected List<UiNavigationBarButton> protected UiTemplateprotected List<UiClientObjectReference> protected UiClientObjectReferenceFields inherited from class org.teamapps.dto.UiComponent
attributesBySelector, classNamesBySelector, debuggingId, stylesBySelector, visibleFields inherited from class org.teamapps.dto.UiClientObject
id -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiNavigationBar(UiTemplate buttonTemplate) -
Method Summary
Modifier and TypeMethodDescriptionsetBackgroundColor(String backgroundColor) setBorderColor(String borderColor) setButtons(List<UiNavigationBarButton> buttons) setDebuggingId(String debuggingId) setFanOutComponents(List<UiClientObjectReference> fanOutComponents) setMultiProgressDisplay(UiClientObjectReference multiProgressDisplay) setVisible(boolean visible) toString()Methods inherited from class org.teamapps.dto.UiComponent
getAttributesBySelector, getClassNamesBySelector, getDebuggingId, getStylesBySelector, getVisibleMethods inherited from class org.teamapps.dto.UiClientObject
getId
-
Field Details
-
buttonTemplate
-
buttons
-
backgroundColor
-
borderColor
-
fanOutComponents
-
multiProgressDisplay
-
-
Constructor Details
-
UiNavigationBar
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiNavigationBar
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
- Overrides:
toStringin classUiComponent
-
getButtonTemplate
-
getButtons
-
getBackgroundColor
-
getBorderColor
-
getFanOutComponents
-
getMultiProgressDisplay
-
setId
- Overrides:
setIdin classUiComponent
-
setDebuggingId
- Overrides:
setDebuggingIdin classUiComponent
-
setVisible
- Overrides:
setVisiblein classUiComponent
-
setStylesBySelector
- Overrides:
setStylesBySelectorin classUiComponent
-
setClassNamesBySelector
public UiNavigationBar setClassNamesBySelector(Map<String, Map<String, Boolean>> classNamesBySelector) - Overrides:
setClassNamesBySelectorin classUiComponent
-
setAttributesBySelector
- Overrides:
setAttributesBySelectorin classUiComponent
-
setButtons
-
setBackgroundColor
-
setBorderColor
-
setFanOutComponents
-
setMultiProgressDisplay
-