| 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 Align | 
SelectionCleaner.DEFAULT_ALIGN
Default selection cleaner box alignment,  
RIGHT. | 
| Modifier and Type | Method and Description | 
|---|---|
Align | 
SelectionCleaner.getAlign()
Returns the selection cleaner align. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DatasetsItemsSelectorOptionsBuilder | 
DatasetsItemsSelectorOptionsBuilder.setAlign(Align align)
Sets the selection cleaner align. 
 | 
void | 
SelectionCleaner.setAlign(Align align)
Sets the selection cleaner align. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Align | 
Align.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Align[] | 
Align.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 |