Class FreeSearchRebindValue

java.lang.Object
ch.tocco.nice2.netui.spi.bind.AbstractRebindValue
ch.tocco.nice2.optional.reservation.impl.FreeSearchRebindValue
All Implemented Interfaces:
RebindValue

public class FreeSearchRebindValue extends AbstractRebindValue implements RebindValue
  • Constructor Details

    • FreeSearchRebindValue

      public FreeSearchRebindValue()
  • Method Details

    • getFrom

      public TypedValue getFrom()
    • setFrom

      public void setFrom(TypedValue from)
    • getTo

      public TypedValue getTo()
    • setTo

      public void setTo(TypedValue to)
    • getRoomGroup

      public String getRoomGroup()
    • setRoomGroup

      public void setRoomGroup(String roomGroup)
    • hasValue

      public boolean hasValue()
      Description copied from interface: RebindValue
      Tells if there is a value.
      • For a simple value that means: something not null.
      • For a selection value that means: at least one selection.

      Note: this has absolutely nothing to do with RebindValue.isDirty()! This instance may be dirty and have "no value" (something was removed), or be clean and have a value (an initial default value for example).

      Specified by:
      hasValue in interface RebindValue
      See Also:
    • hasNonEmptyValue

      public boolean hasNonEmptyValue()
      Description copied from interface: RebindValue
      Tells if there is a value, and it's not "empty".
      Specified by:
      hasNonEmptyValue in interface RebindValue
      See Also: