@Authors(value="Nikolche Mihajlovski") @Since(value="5.3.0") public abstract class AbstractManageable extends org.rapidoid.RapidoidThing implements Manageable
| Constructor and Description |
|---|
AbstractManageable() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
doManageableAction(String action) |
protected void |
doReloadManageable(Callback<Void> callback) |
List<String> |
getManageableActions() |
Map<String,List<Manageable>> |
getManageableChildren() |
Object |
getManageableDisplay() |
List<String> |
getManageableProperties() |
GroupOf<? extends Manageable> |
group() |
String |
kind() |
void |
reloadManageable() |
Object |
runManageableAction(String action) |
protected Object |
source() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitidpublic Object runManageableAction(String action)
runManageableAction in interface Manageablepublic List<String> getManageableActions()
getManageableActions in interface Manageablepublic List<String> getManageableProperties()
getManageableProperties in interface Manageableprotected Object source()
public Map<String,List<Manageable>> getManageableChildren()
getManageableChildren in interface Manageablepublic GroupOf<? extends Manageable> group()
group in interface Manageablepublic String kind()
kind in interface Manageablepublic final void reloadManageable()
reloadManageable in interface Manageablepublic Object getManageableDisplay()
getManageableDisplay in interface ManageableCopyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.