Uses of Class
org.zkoss.stateless.sul.IPanel.Border
-
Packages that use IPanel.Border Package Description org.zkoss.stateless.sul -
-
Uses of IPanel.Border in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul that return IPanel.Border Modifier and Type Method Description static IPanel.Border
IPanel.Border. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IPanel.Border[]
IPanel.Border. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.zkoss.stateless.sul with parameters of type IPanel.Border Modifier and Type Method Description static IPanel
IPanel. ofBorder(IPanel.Border border)
Returns the instance with the givenIPanel.Border
border.default IPanel
IPanel. withBorder(IPanel.Border border)
Returns a copy ofthis
immutable component with the specifiedborder
.
-