Package | Description |
---|---|
org.pepstock.charba.client.impl.plugins |
Contains some plugins implementations, available out-of-the box.
|
org.pepstock.charba.client.impl.plugins.enums |
Contains the enumeration items to configure out of the box CHARBA plugins.
|
Modifier and Type | Field and Description |
---|---|
static Render |
SelectionCleaner.DEFAULT_RENDER
Default selection cleaner rendering,
IMAGE_LABEL . |
Modifier and Type | Method and Description |
---|---|
Render |
SelectionCleaner.getRender()
Returns the selection cleaner render.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectionCleaner.setRender(Render render)
Sets the selection cleaner render.
|
DatasetsItemsSelectorOptionsBuilder |
DatasetsItemsSelectorOptionsBuilder.setRender(Render render)
Sets the selection cleaner render.
|
Modifier and Type | Method and Description |
---|---|
static Render |
Render.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Render[] |
Render.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|