Uses of Class
io.keikaiex.ui.dialog.FormatCellCtrl.InnerRotation
-
Packages that use FormatCellCtrl.InnerRotation Package Description io.keikaiex.ui.dialog -
-
Uses of FormatCellCtrl.InnerRotation in io.keikaiex.ui.dialog
Fields in io.keikaiex.ui.dialog with type parameters of type FormatCellCtrl.InnerRotation Modifier and Type Field Description protected org.zkoss.zul.ListModelList<FormatCellCtrl.InnerRotation>
FormatCellCtrl. rotationListmodel
Methods in io.keikaiex.ui.dialog that return FormatCellCtrl.InnerRotation Modifier and Type Method Description static FormatCellCtrl.InnerRotation
FormatCellCtrl.InnerRotation. getRotation(int rotation)
static FormatCellCtrl.InnerRotation
FormatCellCtrl.InnerRotation. valueOf(String name)
Returns the enum constant of this type with the specified name.static FormatCellCtrl.InnerRotation[]
FormatCellCtrl.InnerRotation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-