Class RemoteFieldImpl

All Implemented Interfaces:
Component, DataComponent, Field, RemoteField, Cloneable

public class RemoteFieldImpl extends FieldImpl implements RemoteField
  • Constructor Details

    • RemoteFieldImpl

      public RemoteFieldImpl()
  • Method Details

    • getFormBase

      @Nullable public @Nullable String getFormBase()
      Description copied from interface: RemoteField
      Used to determine the search- and list-form of the remote field.
      Specified by:
      getFormBase in interface RemoteField
    • setFormBase

      public void setFormBase(String baseForm)
    • getFormName

      public String getFormName()
      Specified by:
      getFormName in interface RemoteField
    • setFormName

      public void setFormName(String formName)
    • getConstriction

      @Nullable public @Nullable String getConstriction()
      Specified by:
      getConstriction in interface RemoteField
    • setConstriction

      public void setConstriction(String constriction)
    • getDisplayDocsTree

      public boolean getDisplayDocsTree()
      Specified by:
      getDisplayDocsTree in interface RemoteField
    • setDisplayDocsTree

      public void setDisplayDocsTree(boolean displayDocsTree)
    • getDisplayAdvancedSearch

      public boolean getDisplayAdvancedSearch()
      Specified by:
      getDisplayAdvancedSearch in interface RemoteField
    • setDisplayAdvancedSearch

      public void setDisplayAdvancedSearch(boolean displayAdvancedSearch)
    • getDisplayCreateButton

      public boolean getDisplayCreateButton()
      Specified by:
      getDisplayCreateButton in interface RemoteField
    • setDisplayCreateButton

      public void setDisplayCreateButton(boolean displayCreateButton)
    • getDisplayCreateButtonWidget

      public boolean getDisplayCreateButtonWidget()
      Specified by:
      getDisplayCreateButtonWidget in interface RemoteField
    • setDisplayCreateButtonWidget

      public void setDisplayCreateButtonWidget(boolean displayCreateButtonWidget)
    • getItemCount

      public Integer getItemCount()
      Specified by:
      getItemCount in interface RemoteField
    • setItemCount

      public void setItemCount(Integer itemCount)