Package | Description |
---|---|
org.uberfire.ext.apps.client.home.components |
Modifier and Type | Method and Description |
---|---|
static TilesApp.TYPE |
TilesApp.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.
|
Modifier and Type | Method and Description |
---|---|
static TilesApp |
TilesApp.componentTiles(String componentName,
TilesApp.TYPE type,
ParameterizedCommand<String> clickCommand) |
static TilesApp |
TilesApp.createDirTiles(TilesApp.TYPE type,
ParameterizedCommand<String> clickCommand,
Directory currentDirectory) |
static TilesApp |
TilesApp.directoryTiles(String dirName,
String dirURI,
TilesApp.TYPE type,
ParameterizedCommand<String> clickCommand,
ParameterizedCommand<String> deleteCommand) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.