public abstract class AbstractFormEditorParticle extends Object implements FormEditorParticle
FormEditorParticle.Type| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFormEditorParticle(String name,
String description,
FormEditorParticle parent,
FormEditorParticle.Type type) |
| Modifier and Type | Method and Description |
|---|---|
void |
dump(PrintWriter writer,
String indent) |
String |
getDescription() |
ModelItemFormEditorModel<?> |
getEditorModel() |
String |
getName() |
FormEditorParticle |
getParent() |
FormEditorParticle.Type |
getType() |
String |
getTypeName() |
void |
release() |
void |
setDescription(String description) |
boolean |
validate(List<ParticleValidationError> errors) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisRequiredprotected AbstractFormEditorParticle(String name, String description, FormEditorParticle parent, FormEditorParticle.Type type)
public String getName()
getName in interface FormEditorParticlepublic String getDescription()
getDescription in interface FormEditorParticlepublic String getTypeName()
getTypeName in interface FormEditorParticlepublic FormEditorParticle.Type getType()
getType in interface FormEditorParticlepublic ModelItemFormEditorModel<?> getEditorModel()
getEditorModel in interface FormEditorParticlepublic FormEditorParticle getParent()
getParent in interface FormEditorParticlepublic void setDescription(String description)
public boolean validate(List<ParticleValidationError> errors)
validate in interface FormEditorParticlepublic void dump(PrintWriter writer, String indent)
public void release()
release in interface FormEditorParticleCopyright © 2013. All Rights Reserved.