Class UiToolButton.SetOpenDropDownIfNotSetCommand

java.lang.Object
org.teamapps.dto.UiToolButton.SetOpenDropDownIfNotSetCommand
All Implemented Interfaces:
UiCommand<java.lang.Void>
Enclosing class:
UiToolButton

public static class UiToolButton.SetOpenDropDownIfNotSetCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String componentId  
    protected boolean openDropDownIfNotSet  
  • Constructor Summary

    Constructors 
    Constructor Description
    SetOpenDropDownIfNotSetCommand()
    Deprecated.
    Only for Jackson deserialization.
    SetOpenDropDownIfNotSetCommand​(java.lang.String componentId, boolean openDropDownIfNotSet)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getComponentId()  
    boolean getOpenDropDownIfNotSet()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait