Class N2oButton.Dependency
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.view.widget.toolbar.N2oButton.Dependency
-
- All Implemented Interfaces:
Serializable,Source
- Direct Known Subclasses:
N2oButton.EnablingDependency,N2oButton.VisibilityDependency
- Enclosing class:
- N2oButton
public static class N2oButton.Dependency extends Object implements Source
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Dependency()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetRefWidgetId()Deprecated.voidsetRefWidgetId(String refWidgetId)Deprecated.
-
-
-
Method Detail
-
getRefWidgetId
@Deprecated public String getRefWidgetId()
Deprecated.
-
setRefWidgetId
@Deprecated public void setRefWidgetId(String refWidgetId)
Deprecated.
-
-