public interface FormEditorParticle
| Modifier and Type | Interface and Description |
|---|---|
static class |
FormEditorParticle.Type |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
FormEditorModel |
getEditorModel() |
String |
getName() |
FormEditorParticle |
getParent() |
FormEditorParticle.Type |
getType() |
String |
getTypeName() |
boolean |
isRequired() |
void |
release() |
boolean |
validate(List<ParticleValidationError> errorList) |
String getName()
String getDescription()
FormEditorParticle.Type getType()
String getTypeName()
boolean isRequired()
FormEditorParticle getParent()
FormEditorModel getEditorModel()
boolean validate(List<ParticleValidationError> errorList)
void release()
Copyright © 2013. All Rights Reserved.