Uses of Class
org.uberfire.ext.apps.client.home.components.TilesApp
-
Packages that use TilesApp Package Description org.uberfire.ext.apps.client.home.components -
-
Uses of TilesApp in org.uberfire.ext.apps.client.home.components
Methods in org.uberfire.ext.apps.client.home.components that return TilesApp 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)
-