Uses of Class
com.jalios.jcmsplugin.explorer.handler.TabRights
-
Packages that use TabRights Package Description com.jalios.jcmsplugin.explorer.handler -
-
Uses of TabRights in com.jalios.jcmsplugin.explorer.handler
Methods in com.jalios.jcmsplugin.explorer.handler that return TabRights Modifier and Type Method Description static TabRights
TabRights. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TabRights[]
TabRights. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.jalios.jcmsplugin.explorer.handler with parameters of type TabRights Constructor Description TabRightsState(TabRights tabRights, java.lang.String userLang)
-