Uses of Class
org.teamapps.dto.UiWindowButtonType
-
Uses of UiWindowButtonType in org.teamapps.dto
Fields in org.teamapps.dto declared as UiWindowButtonType Modifier and Type Field Description protected UiWindowButtonTypeUiPanel.WindowButtonClickedEvent. windowButtonprotected UiWindowButtonTypeUiTabPanel.WindowButtonClickedEvent. windowButtonFields in org.teamapps.dto with type parameters of type UiWindowButtonType Modifier and Type Field Description protected java.util.List<UiWindowButtonType>UiPanel.SetWindowButtonsCommand. windowButtonsprotected java.util.List<UiWindowButtonType>UiPanel. windowButtonsprotected java.util.List<UiWindowButtonType>UiTabPanel.SetWindowButtonsCommand. windowButtonsprotected java.util.List<UiWindowButtonType>UiTabPanel. windowButtonsMethods in org.teamapps.dto that return UiWindowButtonType Modifier and Type Method Description UiWindowButtonTypeUiPanel.WindowButtonClickedEvent. getWindowButton()UiWindowButtonTypeUiTabPanel.WindowButtonClickedEvent. getWindowButton()static UiWindowButtonTypeUiWindowButtonType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiWindowButtonType[]UiWindowButtonType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.dto that return types with arguments of type UiWindowButtonType Modifier and Type Method Description java.util.List<UiWindowButtonType>UiPanel. getWindowButtons()java.util.List<UiWindowButtonType>UiPanel.SetWindowButtonsCommand. getWindowButtons()java.util.List<UiWindowButtonType>UiTabPanel. getWindowButtons()java.util.List<UiWindowButtonType>UiTabPanel.SetWindowButtonsCommand. getWindowButtons()Method parameters in org.teamapps.dto with type arguments of type UiWindowButtonType Modifier and Type Method Description UiPanelUiPanel. setWindowButtons(java.util.List<UiWindowButtonType> windowButtons)UiTabPanelUiTabPanel. setWindowButtons(java.util.List<UiWindowButtonType> windowButtons)UiWindowUiWindow. setWindowButtons(java.util.List<UiWindowButtonType> windowButtons)Constructors in org.teamapps.dto with parameters of type UiWindowButtonType Constructor Description WindowButtonClickedEvent(java.lang.String componentId, UiWindowButtonType windowButton)WindowButtonClickedEvent(java.lang.String componentId, UiWindowButtonType windowButton)Constructor parameters in org.teamapps.dto with type arguments of type UiWindowButtonType Constructor Description SetWindowButtonsCommand(java.lang.String componentId, java.util.List<UiWindowButtonType> windowButtons)SetWindowButtonsCommand(java.lang.String componentId, java.util.List<UiWindowButtonType> windowButtons)