|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.test.ui.po.BaseElement
org.xwiki.test.ui.po.editor.ClassPropertyEditPane
public class ClassPropertyEditPane
Represents the pane used to edit a class property.
| Constructor Summary | |
|---|---|
ClassPropertyEditPane(FormElement form,
String propertyName)
Creates a new pane that can be used to set the meta-properties of the specified XClass property. |
|
| Method Summary | |
|---|---|
ClassPropertyEditPane |
expand()
Expands this property pane so that the meta-properties are visible and thus editable. |
protected ClassPropertyEditPane |
setMetaProperty(String metaPropertyName,
String value)
Sets a meta property of the edited XClass property. |
ClassPropertyEditPane |
setPrettyName(String prettyName)
Sets the pretty name of the edited property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassPropertyEditPane(FormElement form,
String propertyName)
form - the class editor formpropertyName - the name of the edited property| Method Detail |
|---|
public ClassPropertyEditPane expand()
protected ClassPropertyEditPane setMetaProperty(String metaPropertyName,
String value)
metaPropertyName - the name of the meta-propertyvalue - the value to set
public ClassPropertyEditPane setPrettyName(String prettyName)
prettyName - the new pretty name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||