All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
int |
compareTo(Field o) |
protected String |
createKey(String suffix) |
void |
fillRequest(ContentContext ctx) |
Field.FieldBean |
getBean(ContentContext ctx) |
String |
getCloseRow(ContentContext ctx) |
Map<String,Object> |
getContentAsMap(ContentContext ctx) |
String |
getCSSClass() |
Locale |
getCurrentLocale() |
List<String> |
getDefaultLanguages() |
String |
getDisplayValue(ContentContext ctx,
Locale locale)
return the value "displayable"
|
protected String |
getEditLabelCode() |
String |
getEditXHTMLCode(ContentContext ctx) |
String |
getEditXHTMLCode(ContentContext ctx,
boolean search) |
String |
getFieldPrefix(ContentContext ctx) |
String |
getFieldSuffix(ContentContext ctx) |
String |
getForceModifFieldName() |
GlobalContext |
getGlobalContext() |
I18nAccess |
getI18nAccess() |
String |
getId() |
String |
getInitValue() |
String |
getInputLabelName() |
String |
getInputName() |
String |
getLabel() |
protected String |
getLabel(ContentContext ctx,
Locale locale) |
Map<String,String> |
getList(ContentContext ctx,
String listName,
Locale locale) |
Integer |
getMaxSize() |
String |
getMessage() |
int |
getMessageType() |
String |
getMessageTypeCSSClass() |
String |
getMetaData(String inKey) |
String |
getMetaData(String inKey,
String defaultValue) |
Integer |
getMinSize() |
String |
getName() |
String |
getOpenRow(ContentContext ctx) |
int |
getOrder() |
String |
getPageDescription() |
String |
getPlaceholder() |
String |
getPropertyValue(String suffix,
String defaultValue) |
Field |
getReference(ContentContext ctx) |
DynamicComponent |
getReferenceComponent(ContentContext ctx)
for field with i18n false, the value come from default language version
of the page.
|
protected String |
getReferenceFieldView(ContentContext ctx)
render the field when he is used as reference value in a other language.
|
protected String |
getReferenceValue(ContentContext ctx) |
Map<String,String> |
getRemplacementCode() |
String |
getSearchEditXHTMLCode(ContentContext ctx) |
protected String |
getSearchLabel(ContentContext ctx,
Locale locale) |
String |
getSearchType() |
String |
getSize(ContentContext ctx)
return the size of the component
|
String |
getSpecialClass() |
StaticConfig |
getStaticConfig() |
String |
getTag() |
List<Locale> |
getTranslation() |
String |
getType() |
protected String |
getUnicName() |
protected String |
getUnity(ContentContext ctx) |
protected String |
getUnity(ContentContext ctx,
Locale locale) |
protected String |
getUserLabel() |
String |
getUserLabel(ContentContext ctx,
Locale locale) |
String |
getValue() |
String |
getValue(Locale locale)
try to return value with locale and return default value if not.
|
Collection<String> |
getValues() |
List<String> |
getValues(ContentContext ctx,
Locale locale)
try to return values with locale and return default value if not.
|
String |
getViewListXHTMLCode(ContentContext ctx) |
String |
getViewXHTMLCode(ContentContext ctx) |
int |
getWidthEdit() |
boolean |
initContent(ContentContext ctx) |
boolean |
isContentCachable() |
boolean |
isDiplayedInList(ContentContext ctx) |
boolean |
isFirst() |
boolean |
isI18n()
return true if this field is translated.
|
boolean |
isLabelDisplayed() |
boolean |
isLabelEditable() |
boolean |
isLast() |
boolean |
isNeeded() |
boolean |
isNeedRefresh() |
boolean |
isPertinent(ContentContext ctx) |
boolean |
isReadOnly() |
boolean |
isRealContent(ContentContext ctx) |
boolean |
isSearch() |
boolean |
isTitle() |
boolean |
isValid() |
protected boolean |
isValueTranslatable() |
boolean |
isViewDisplayed() |
boolean |
isWrapped() |
static void |
main(String[] args) |
protected Field.FieldBean |
newFieldBean(ContentContext ctx) |
Field |
newInstance(IContentVisualComponent inComp) |
boolean |
process(ContentContext ctx)
process the field
|
protected String |
referenceEditCode(ContentContext ctx) |
protected String |
referenceViewCode(ContentContext ctx) |
void |
reload(ContentContext ctx) |
String |
renderSelect(ContentContext ctx,
String label,
String inValue,
Map<String,String> inValues,
boolean sort,
String cssClass) |
boolean |
search(ContentContext ctx,
String query) |
void |
setCurrentLocale(Locale currentLocale) |
void |
setFirst(boolean first) |
void |
setGlobalContext(GlobalContext globalContext) |
void |
setI18nAccess(I18nAccess access) |
void |
setId(String id) |
void |
setLabel(String label) |
void |
setLabelValue(String value) |
void |
setLast(boolean last) |
void |
setMessage(String message) |
void |
setMessageType(int messageType) |
void |
setName(String name) |
void |
setNeedRefresh(boolean needRefresh) |
void |
setPlaceholder(String placeholder) |
void |
setProperties(Properties properties) |
void |
setReadOnly(boolean readOnly) |
void |
setStaticConfig(StaticConfig staticConfig) |
protected void |
setValue(Collection<String> values) |
void |
setValue(String value) |
void |
setValues(List<String> values) |
String |
toString() |
boolean |
transflateFrom(ContentContext ctx,
ITranslator translator,
String lang) |
boolean |
validate() |