Uses of Class
org.teamapps.ux.component.panel.WindowButtonType
-
Packages that use WindowButtonType Package Description org.teamapps.ux.component.panel -
-
Uses of WindowButtonType in org.teamapps.ux.component.panel
Fields in org.teamapps.ux.component.panel with type parameters of type WindowButtonType Modifier and Type Field Description Event<WindowButtonType>Panel. onWindowButtonClickedMethods in org.teamapps.ux.component.panel that return WindowButtonType Modifier and Type Method Description static WindowButtonTypeWindowButtonType. fromUiWindowButtonType(org.teamapps.dto.UiWindowButtonType uiWindowButtonType)static WindowButtonTypeWindowButtonType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WindowButtonType[]WindowButtonType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.panel that return types with arguments of type WindowButtonType Modifier and Type Method Description java.util.Set<WindowButtonType>Panel. getWindowButtons()Method parameters in org.teamapps.ux.component.panel with type arguments of type WindowButtonType Modifier and Type Method Description voidPanel. setWindowButtons(java.util.Collection<WindowButtonType> buttons)
-