Class N2oConfirmAction.ConfirmButton
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.control.N2oComponent
-
- net.n2oapp.framework.api.metadata.action.N2oConfirmAction.ConfirmButton
-
- All Implemented Interfaces:
Serializable,CssClassAware,ExtensionAttributesAware,NamespaceUriAware,SrcAware,Source,SourceComponent
- Direct Known Subclasses:
N2oConfirmAction.CancelButton,N2oConfirmAction.OkButton
- Enclosing class:
- N2oConfirmAction
public abstract static class N2oConfirmAction.ConfirmButton extends N2oComponent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfirmButton()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.CssClassAware
getCssClass, getStyle, setCssClass, setStyle
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ExtensionAttributesAware
getExtAttributes, setExtAttributes
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, getNamespaceUri, setNamespacePrefix, setNamespaceUri
-
-