Uses of Class
com.helger.html.hc.html.EHCDraggable
-
Packages that use EHCDraggable Package Description com.helger.html.hc.html -
-
Uses of EHCDraggable in com.helger.html.hc.html
Methods in com.helger.html.hc.html that return EHCDraggable Modifier and Type Method Description EHCDraggableAbstractHCElement. getDraggable()EHCDraggableIHCElement. getDraggable()static EHCDraggableEHCDraggable. getFromAttrValueOrNull(String sAttrValue)static EHCDraggableEHCDraggable. valueOf(String name)Returns the enum constant of this type with the specified name.static EHCDraggable[]EHCDraggable. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.html.hc.html with parameters of type EHCDraggable Modifier and Type Method Description IMPLTYPEAbstractHCElement. setDraggable(EHCDraggable eDraggable)IMPLTYPEIHCElement. setDraggable(EHCDraggable eDraggable)Set the draggable state of this element
-