Uses of Enum
org.apache.empire.commons.Options.InsertPos
Packages that use Options.InsertPos
Package
Description
This package contains various common classes for error handling, specific data types and data type conversion.
-
Uses of Options.InsertPos in org.apache.empire.commons
Methods in org.apache.empire.commons that return Options.InsertPosModifier and TypeMethodDescriptionstatic Options.InsertPosReturns the enum constant of this type with the specified name.static Options.InsertPos[]Options.InsertPos.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.empire.commons with parameters of type Options.InsertPosModifier and TypeMethodDescriptionvoidOptions.set(Object value, String text, Boolean active, Options.InsertPos pos) Sets or Adds an option at a certain positionfinal voidOptions.set(Object value, String text, Options.InsertPos pos) Sets or Adds an option at a certain position