| com.flexive.war.beans.admin.content.CeDisplayProvider
CeDisplayProvider | class CeDisplayProvider extends Hashtable (Code) | | Helper class for the ContentEditor.
It provides lookups for a property assignment's display name.
author: Gregor Schober (gregor.schober@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
Method Summary | |
public FxString | get(Object assignmentId) Returns the description of the given assignment id. | public FxString | put(Long assignmentId, FxString ignore) Fake put - does nothing expect returning the description for the given assignment id. |
CeDisplayProvider | protected CeDisplayProvider(ContentEditorBean parent)(Code) | | Constructor.
Parameters: parent - the associated content editor |
get | public FxString get(Object assignmentId)(Code) | | Returns the description of the given assignment id.
Parameters: assignmentId - the assignment id the description, or null if the assignment id could not be resolved |
put | public FxString put(Long assignmentId, FxString ignore)(Code) | | Fake put - does nothing expect returning the description for the given assignment id.
Parameters: assignmentId - the assignment id Parameters: ignore - this parameter is discarded the description of the assignment id, or null if the assignment id could not be resolved |
|
|