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 RenderSelectionCleaner. DEFAULT_RENDERDefault selection cleaner rendering,IMAGE_LABEL.Methods in org.pepstock.charba.client.impl.plugins that return Render Modifier and Type Method Description RenderSelectionCleaner. getRender()Returns the selection cleaner render.Methods in org.pepstock.charba.client.impl.plugins with parameters of type Render Modifier and Type Method Description DatasetsItemsSelectorOptionsBuilderDatasetsItemsSelectorOptionsBuilder. setRender(Render render)Sets the selection cleaner render.voidSelectionCleaner. 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 RenderRender. 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.
-