public class Field.FieldBean extends Object
Modifier and Type | Field and Description |
---|---|
protected Locale |
contentLocale |
protected ContentContext |
ctx |
protected Field.FieldBean |
refBean |
Constructor and Description |
---|
FieldBean(ContentContext ctx) |
Modifier and Type | Method and Description |
---|---|
String |
getAllXHTML() |
String |
getCssClass() |
String |
getDisplayValue()
i18n value of the field.
|
String |
getDisplayValue(ContentContext ctx) |
String |
getId() |
String |
getInputLabelName() |
String |
getInputName() |
String |
getLabel() |
String |
getName() |
int |
getOrder() |
String |
getPrefix() |
Field.FieldBean |
getReference() |
String |
getSize() |
String |
getSuffix() |
String |
getTag() |
String |
getText() |
String |
getType() |
String |
getUnity() |
String |
getURL() |
String |
getValue() |
List<String> |
getValues() |
String |
getViewXHTMLCode() |
String |
getXHTMLValue() |
boolean |
isLabelDisplayed() |
boolean |
isLabelEditable() |
boolean |
isNeeded() |
boolean |
isPertinent() |
boolean |
isReadOnly() |
boolean |
isViewDisplayed() |
boolean |
isWrapped() |
protected final ContentContext ctx
protected final Locale contentLocale
protected Field.FieldBean refBean
public FieldBean(ContentContext ctx)
public String getId()
public String getName()
public String getLabel()
public String getUnity()
public String getValue()
public String getText()
public String getXHTMLValue()
public String getDisplayValue() throws Exception
Exception
public String getDisplayValue(ContentContext ctx) throws Exception
Exception
public String getCssClass()
public String getPrefix()
public String getSuffix()
public String getType()
public String getInputLabelName()
public String getInputName()
public int getOrder()
public String getTag()
public boolean isLabelDisplayed()
public boolean isLabelEditable()
public boolean isNeeded()
public boolean isReadOnly()
public boolean isViewDisplayed()
public boolean isWrapped()
public String getURL()
public boolean isPertinent()
public Field.FieldBean getReference() throws Exception
Exception
public String getSize()
Copyright © 2012-2018. All Rights Reserved.