Class SimpleRebindValue

java.lang.Object
ch.tocco.nice2.netui.spi.bind.AbstractRebindValue
ch.tocco.nice2.netui.spi.bind.SimpleRebindValue
All Implemented Interfaces:
RebindValue, SimpleValue, DwrSerializable

public class SimpleRebindValue extends AbstractRebindValue implements SimpleValue, DwrSerializable
Represents a value as received back from the client.

This is for values that fit into a TypedValue. For example entity fields in the entity system.

  • Constructor Details

    • SimpleRebindValue

      public SimpleRebindValue()
  • Method Details