Uses of Class
com.helger.html.hc.html.interactive.EHCCommandType
-
Packages that use EHCCommandType Package Description com.helger.html.hc.html.interactive -
-
Uses of EHCCommandType in com.helger.html.hc.html.interactive
Fields in com.helger.html.hc.html.interactive declared as EHCCommandType Modifier and Type Field Description static EHCCommandTypeEHCCommandType. DEFAULTDefault command: commandMethods in com.helger.html.hc.html.interactive that return EHCCommandType Modifier and Type Method Description static EHCCommandTypeEHCCommandType. getFromAttrValueOrNull(String sAttrValue)EHCCommandTypeHCCommand. getType()EHCCommandTypeHCMenuItem. getType()Deprecated.static EHCCommandTypeEHCCommandType. valueOf(String name)Returns the enum constant of this type with the specified name.static EHCCommandType[]EHCCommandType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.html.hc.html.interactive with parameters of type EHCCommandType Modifier and Type Method Description HCCommandHCCommand. setType(EHCCommandType eType)HCMenuItemHCMenuItem. setType(EHCCommandType eType)Deprecated.
-