Interface BooleanField

All Superinterfaces:
CanBeCustomField, CanRender<Renderer<? extends Renderer<?>>>, Field
All Known Subinterfaces:
UpdatableBooleanField

public interface BooleanField extends CanBeCustomField
Since:
3.9.0
  • Method Details

    • get

      boolean get()
    • getIfCan

      boolean getIfCan()
      Returns the value if the user can read this field, the container object can be resolved, and it does not contain an incompatible value (see CanBeCustomField.containsIncompatibleValue()). Otherwise returns false. Never throws an exception when the user cannot read the field, the object is unresolvable, or the field contains an incompatible value.
      Since:
      3.9.2