Class AbstractFieldInfo

java.lang.Object
ch.tocco.nice2.netui.api.bind.entity.AbstractFieldInfo
Direct Known Subclasses:
IteratorContainerFieldInfo, RangeFieldInfo, SelectionFieldInfo, ValueFieldInfo

public abstract class AbstractFieldInfo extends Object
One field represents a form field plus the bound data uri and value.
  • Constructor Details

    • AbstractFieldInfo

      public AbstractFieldInfo(String componentId, URI fieldOrRelationUri, long version, AbstractFieldInfo.ReturnValue returnValue, AbstractFieldInfo.DisplayType displayType)
      Parameters:
      componentId - The name/id of the gui component.
      fieldOrRelationUri - The uri of the entity field or relation.
      version - The current version the entity (fieldOrRelationUri) has (not the value).
      returnValue - Under what circumstances the value must be sent back to the server.
      displayType - If and how the user can see and edit the value.
  • Method Details