public static interface MountDelegate.MountDelegateTarget
Modifier and Type | Method and Description |
---|---|
void |
attach() |
void |
detach() |
Object |
getContentAt(int position) |
int |
getContentCount() |
ArrayList<Host> |
getHosts() |
MountItem |
getMountItemAt(int position) |
int |
getMountItemCount() |
boolean |
isAnimationLocked(int position) |
boolean |
isRootItem(int position) |
void |
mount(RenderTree renderTree) |
boolean |
needsRemount() |
void |
notifyMount(MountDelegate.MountDelegateInput input,
RenderTreeNode renderTreeNode,
int position) |
void |
notifyUnmount(int position) |
void |
registerMountDelegateExtension(MountDelegateExtension mountDelegateExtension) |
void |
unmountAllItems() |
void notifyMount(MountDelegate.MountDelegateInput input, RenderTreeNode renderTreeNode, int position)
void notifyUnmount(int position)
boolean needsRemount()
void mount(RenderTree renderTree)
void attach()
void detach()
void unmountAllItems()
boolean isRootItem(int position)
Object getContentAt(int position)
int getContentCount()
void registerMountDelegateExtension(MountDelegateExtension mountDelegateExtension)
MountItem getMountItemAt(int position)
int getMountItemCount()
boolean isAnimationLocked(int position)