Uses of Class
org.uberfire.ext.apps.client.home.components.TilesApp.TYPE
-
Packages that use TilesApp.TYPE Package Description org.uberfire.ext.apps.client.home.components -
-
Uses of TilesApp.TYPE in org.uberfire.ext.apps.client.home.components
Methods in org.uberfire.ext.apps.client.home.components that return TilesApp.TYPE Modifier and Type Method Description static TilesApp.TYPETilesApp.TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static TilesApp.TYPE[]TilesApp.TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uberfire.ext.apps.client.home.components with parameters of type TilesApp.TYPE Modifier and Type Method Description static TilesAppTilesApp. componentTiles(String componentName, TilesApp.TYPE type, org.uberfire.mvp.ParameterizedCommand<String> clickCommand)static TilesAppTilesApp. createDirTiles(TilesApp.TYPE type, org.uberfire.mvp.ParameterizedCommand<String> clickCommand, org.uberfire.ext.apps.api.Directory currentDirectory)static TilesAppTilesApp. directoryTiles(String dirName, String dirURI, TilesApp.TYPE type, org.uberfire.mvp.ParameterizedCommand<String> clickCommand, org.uberfire.mvp.ParameterizedCommand<String> deleteCommand)
-