Uses of Class
org.exoplatform.webui.commons.EventUIComponent.EVENTTYPE
-
Packages that use EventUIComponent.EVENTTYPE Package Description org.exoplatform.webui.commons -
-
Uses of EventUIComponent.EVENTTYPE in org.exoplatform.webui.commons
Methods in org.exoplatform.webui.commons that return EventUIComponent.EVENTTYPE Modifier and Type Method Description EventUIComponent.EVENTTYPEEventUIComponent. getType()static EventUIComponent.EVENTTYPEEventUIComponent.EVENTTYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static EventUIComponent.EVENTTYPE[]EventUIComponent.EVENTTYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.exoplatform.webui.commons with parameters of type EventUIComponent.EVENTTYPE Modifier and Type Method Description voidEventUIComponent. setType(EventUIComponent.EVENTTYPE type)Constructors in org.exoplatform.webui.commons with parameters of type EventUIComponent.EVENTTYPE Constructor Description EventUIComponent(String id, String eventName, EventUIComponent.EVENTTYPE type)
-