public abstract class PropertySheetConfigElement.ItemConfig extends Object
Constructor and Description |
---|
ItemConfig(String name,
String displayLabel,
String displayLabelId,
boolean readOnly,
String converter,
String inView,
String inEdit,
String compGenerator,
String ignoreIfMissing) |
Modifier and Type | Method and Description |
---|---|
String |
getComponentGenerator() |
String |
getConverter() |
String |
getDisplayLabel() |
String |
getDisplayLabelId() |
boolean |
getIgnoreIfMissing() |
String |
getName() |
boolean |
isReadOnly() |
boolean |
isShownInEditMode() |
boolean |
isShownInViewMode() |
String |
toString() |
public String getDisplayLabel()
public String getDisplayLabelId()
public String getName()
public boolean isReadOnly()
public String getConverter()
public boolean isShownInViewMode()
public boolean isShownInEditMode()
public String getComponentGenerator()
public boolean getIgnoreIfMissing()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2005–2017 Alfresco Software. All rights reserved.