Uses of Class
org.cxbox.core.ui.model.json.CellStyle.Align
-
Packages that use CellStyle.Align Package Description org.cxbox.core.ui.model.json -
-
Uses of CellStyle.Align in org.cxbox.core.ui.model.json
Methods in org.cxbox.core.ui.model.json that return CellStyle.Align Modifier and Type Method Description static CellStyle.AlignCellStyle.Align. of(String stringValue)static CellStyle.AlignCellStyle.Align. valueOf(String name)Returns the enum constant of this type with the specified name.static CellStyle.Align[]CellStyle.Align. values()Returns an array containing the constants of this enum type, in the order they are declared.
-