Package org.javlo.fields
Class FieldWysiwygWithTitle
- java.lang.Object
-
- org.javlo.fields.Field
-
- org.javlo.fields.FieldWysiwyg
-
- org.javlo.fields.FieldWysiwygWithTitle
-
- All Implemented Interfaces:
Cloneable
,Comparable<Field>
,IRestItem
public class FieldWysiwygWithTitle extends FieldWysiwyg
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.javlo.fields.Field
Field.FieldBean
-
-
Field Summary
-
Fields inherited from class org.javlo.fields.Field
comp, DEFAULT_SEARCH_TYPE, globalContext, i18nAccess, LABEL_CSS, MESSAGE_ERROR, MESSAGE_INFO, properties, SMALL_PART_SIZE, SMALL_VALUE_SIZE, staticConfig, VALUE_SIZE
-
-
Constructor Summary
Constructors Constructor Description FieldWysiwygWithTitle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayValue(ContentContext ctx, Locale locale)
return the value "displayable"String
getEditXHTMLCode(ContentContext ctx, boolean search)
String
getInputNameText()
String
getInputNameTitle()
String
getText()
String
getTitle()
protected int
getTitleDepth(ContentContext ctx)
String
getType()
String
getValue()
String
getViewXHTMLCode(ContentContext ctx)
boolean
process(javax.servlet.http.HttpServletRequest request)
-
Methods inherited from class org.javlo.fields.FieldWysiwyg
getEditorComplexity, getMaxParagraph, getSearchEditXHTMLCode, getXHTMLValue, isValueTranslatable, transflateFrom, validate
-
Methods inherited from class org.javlo.fields.Field
compareTo, createKey, defaultLabelDisplayed, fillRequest, getBean, getCloseRow, getContentAsMap, getCssClass, getCSSClass, getCurrentLocale, getDefaultLanguages, getDefaultPrefix, getDefaultSuffix, getEditLabelCode, getEditXHTMLCode, getFieldPrefix, getFieldSuffix, getForceModifFieldName, getFormatedValue, getGlobalContext, getHtml, getI18nAccess, getId, getInitValue, getInputLabelName, getInputName, getLabel, getLabel, getList, getMaxSize, getMessage, getMessageType, getMessageTypeCSSClass, getMetaData, getMetaData, getMinSize, getName, getOpenRow, getOrder, getPageDescription, getPlaceholder, getPropertyValue, getReference, getReferenceComponent, getReferenceFieldView, getReferenceFormatedValue, getReferenceValue, getRemplacementCode, getSearchLabel, getSearchType, getSize, getSpecialClass, getStaticConfig, getTag, getTranslation, getUnicName, getUnity, getUnity, getUserLabel, getUserLabel, getValue, getValues, getValues, getViewListXHTMLCode, getWidthEdit, initContent, isContentCachable, isDiplayedInList, isFirst, isI18n, isLabelDisplayed, isLabelEditable, isLast, isNeeded, isNeedRefresh, isPertinent, isReadOnly, isRealContent, isSearch, isTitle, isValid, isViewDisplayed, isWrapped, main, newFieldBean, newInstance, process, referenceEditCode, referenceViewCode, reload, renderSelect, search, setCurrentLocale, setFirst, setGlobalContext, setI18nAccess, setId, setLabel, setLabelValue, setLast, setMessage, setMessageType, setName, setNeedRefresh, setPlaceholder, setProperties, setReadOnly, setStaticConfig, setValue, setValue, setValues, toString
-
-
-
-
Method Detail
-
getTitleDepth
protected int getTitleDepth(ContentContext ctx) throws Exception
- Throws:
Exception
-
getValue
public String getValue()
- Overrides:
getValue
in classFieldWysiwyg
-
getInputNameText
public String getInputNameText()
-
getInputNameTitle
public String getInputNameTitle()
-
getTitle
public String getTitle()
-
getText
public String getText()
- Overrides:
getText
in classFieldWysiwyg
-
getEditXHTMLCode
public String getEditXHTMLCode(ContentContext ctx, boolean search)
- Overrides:
getEditXHTMLCode
in classFieldWysiwyg
-
getViewXHTMLCode
public String getViewXHTMLCode(ContentContext ctx) throws Exception
- Overrides:
getViewXHTMLCode
in classField
- Throws:
Exception
-
getDisplayValue
public String getDisplayValue(ContentContext ctx, Locale locale) throws Exception
return the value "displayable"- Overrides:
getDisplayValue
in classFieldWysiwyg
- Parameters:
locale
-- Returns:
- Throws:
Exception
-
getType
public String getType()
- Overrides:
getType
in classFieldWysiwyg
-
process
public boolean process(javax.servlet.http.HttpServletRequest request)
-
-