info.magnolia.ui.contentapp.field
Class LinkFieldSelectionDefinition

java.lang.Object
  extended by info.magnolia.ui.form.field.definition.ConfiguredFieldDefinition
      extended by info.magnolia.ui.contentapp.field.LinkFieldSelectionDefinition
All Implemented Interfaces:
FieldDefinition

public class LinkFieldSelectionDefinition
extends ConfiguredFieldDefinition

Configuration definition for a LinkFieldSelection field Display. This Definition allows to configure: - Display the Input Text Field. - Position of the Input Text Field (before or after the ContentWorkbenchView)


Constructor Summary
LinkFieldSelectionDefinition()
           
 
Method Summary
 boolean isDisplayTextField()
           
 boolean isDisplayTextFieldOnTop()
           
 void setDisplayTextField(boolean displayTextField)
           
 void setDisplayTextFieldOnTop(boolean displayTextFieldOnTop)
           
 
Methods inherited from class info.magnolia.ui.form.field.definition.ConfiguredFieldDefinition
addValidator, getDefaultValue, getDescription, getI18nBasename, getLabel, getName, getRequiredErrorMessage, getStyleName, getTransformerClass, getType, getValidators, isI18n, isReadOnly, isRequired, setDefaultValue, setDescription, setI18n, setI18nBasename, setLabel, setName, setReadOnly, setRequired, setRequiredErrorMessage, setStyleName, setTransformerClass, setType, setValidators
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkFieldSelectionDefinition

public LinkFieldSelectionDefinition()
Method Detail

isDisplayTextField

public boolean isDisplayTextField()

setDisplayTextField

public void setDisplayTextField(boolean displayTextField)

isDisplayTextFieldOnTop

public boolean isDisplayTextFieldOnTop()

setDisplayTextFieldOnTop

public void setDisplayTextFieldOnTop(boolean displayTextFieldOnTop)


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.