Uses of Class
org.pepstock.charba.client.impl.plugins.enums.Render
-
Packages that use Render 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. -
-
Uses of Render in org.pepstock.charba.client.impl.plugins
Fields in org.pepstock.charba.client.impl.plugins declared as Render Modifier and Type Field Description static Render
SelectionCleaner. DEFAULT_RENDER
Default selection cleaner rendering,IMAGE_LABEL
.Methods in org.pepstock.charba.client.impl.plugins that return Render Modifier and Type Method Description Render
SelectionCleaner. getRender()
Returns the selection cleaner render.Methods in org.pepstock.charba.client.impl.plugins with parameters of type Render Modifier and Type Method Description DatasetsItemsSelectorOptionsBuilder
DatasetsItemsSelectorOptionsBuilder. setRender(Render render)
Sets the selection cleaner render.void
SelectionCleaner. setRender(Render render)
Sets the selection cleaner render. -
Uses of Render in org.pepstock.charba.client.impl.plugins.enums
Methods in org.pepstock.charba.client.impl.plugins.enums that return Render Modifier and Type Method 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.
-