|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.util.adminui.RegistryEditorResult
org.torweg.pulse.component.core.accesscontrol.attributes.admin.AttributeRegistryEditorResult
public class AttributeRegistryEditorResult
the result of the AttributeRegistryEditor.
| Constructor Summary | |
|---|---|
AttributeRegistryEditorResult()
|
|
| Method Summary | |
|---|---|
org.jdom.Element |
deserializeToJDOM()
returns the Result of a RegistryEditor as an
Element. |
void |
setAttribute(AbstractAttribute<?> attr)
sets the attribute for the result. |
void |
setAttributeCheck(AbstractTypedCheck<?> chk)
set a attribute-check for the result. |
void |
setAvailableChecks(java.util.Set<java.lang.Class<AbstractTypedCheck<?>>> typedChecks)
sets the available checks for the current attribute. |
| Methods inherited from class org.torweg.pulse.util.adminui.RegistryEditorResult |
|---|
setCreateURL |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeRegistryEditorResult()
| Method Detail |
|---|
public org.jdom.Element deserializeToJDOM()
RegistryEditorResultResult of a RegistryEditor as an
Element.
deserializeToJDOM in interface JDOMabledeserializeToJDOM in class RegistryEditorResultAttributeRegistryEditorJDOMable.deserializeToJDOM()public void setAttribute(AbstractAttribute<?> attr)
attr - the attribute to setpublic void setAvailableChecks(java.util.Set<java.lang.Class<AbstractTypedCheck<?>>> typedChecks)
typedChecks - the checks to setpublic void setAttributeCheck(AbstractTypedCheck<?> chk)
chk - the check to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||