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.BorderIPanel.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 IPanelIPanel. ofBorder(IPanel.Border border)Returns the instance with the givenIPanel.Borderborder.default IPanelIPanel. withBorder(IPanel.Border border)Returns a copy ofthisimmutable component with the specifiedborder.
-