Uses of Enum Class
org.teamapps.dto.UiWindowButtonType
-
Uses of UiWindowButtonType in org.teamapps.dto
Fields in org.teamapps.dto declared as UiWindowButtonTypeModifier and TypeFieldDescriptionprotected UiWindowButtonTypeUiPanel.WindowButtonClickedEvent.windowButtonprotected UiWindowButtonTypeUiTabPanel.WindowButtonClickedEvent.windowButtonFields in org.teamapps.dto with type parameters of type UiWindowButtonTypeModifier and TypeFieldDescriptionprotected List<UiWindowButtonType> UiPanel.SetWindowButtonsCommand.windowButtonsprotected List<UiWindowButtonType> UiPanel.windowButtonsprotected List<UiWindowButtonType> UiTabPanel.SetWindowButtonsCommand.windowButtonsprotected List<UiWindowButtonType> UiTabPanel.windowButtonsMethods in org.teamapps.dto that return UiWindowButtonTypeModifier and TypeMethodDescriptionUiPanel.WindowButtonClickedEvent.getWindowButton()UiTabPanel.WindowButtonClickedEvent.getWindowButton()static UiWindowButtonTypeReturns the enum constant of this class with the specified name.static UiWindowButtonType[]UiWindowButtonType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.teamapps.dto that return types with arguments of type UiWindowButtonTypeModifier and TypeMethodDescriptionUiPanel.getWindowButtons()UiPanel.SetWindowButtonsCommand.getWindowButtons()UiTabPanel.getWindowButtons()UiTabPanel.SetWindowButtonsCommand.getWindowButtons()Method parameters in org.teamapps.dto with type arguments of type UiWindowButtonTypeModifier and TypeMethodDescriptionUiPanel.setWindowButtons(List<UiWindowButtonType> windowButtons) UiTabPanel.setWindowButtons(List<UiWindowButtonType> windowButtons) UiWindow.setWindowButtons(List<UiWindowButtonType> windowButtons) Constructors in org.teamapps.dto with parameters of type UiWindowButtonTypeModifierConstructorDescriptionWindowButtonClickedEvent(String componentId, UiWindowButtonType windowButton) WindowButtonClickedEvent(String componentId, UiWindowButtonType windowButton) Constructor parameters in org.teamapps.dto with type arguments of type UiWindowButtonTypeModifierConstructorDescriptionSetWindowButtonsCommand(String componentId, List<UiWindowButtonType> windowButtons) SetWindowButtonsCommand(String componentId, List<UiWindowButtonType> windowButtons)