public interface MountDelegateTarget
MountState
API to RenderCoreExtension
Modifier and Type | Method and Description |
---|---|
void |
attach() |
void |
detach() |
java.lang.Object |
getContentAt(int position) |
java.lang.Object |
getContentById(long id) |
ExtensionState |
getExtensionState(MountExtension mountExtension) |
java.util.ArrayList<Host> |
getHosts() |
MountItem |
getMountItemAt(int position) |
int |
getMountItemCount()
Returns the total number mount items currently mounted.
|
int |
getRenderUnitCount()
Returns the total number render units in the MountState; mounted and unmounted.
|
MountItem |
getRootItem() |
boolean |
isRootItem(int position) |
void |
mount(RenderTree renderTree) |
boolean |
needsRemount() |
void |
notifyMount(long id) |
void |
notifyUnmount(long id) |
void |
registerMountDelegateExtension(MountExtension mountExtension)
Deprecated.
Only used for Litho's integration. Marked for removal.
|
void |
removeUnmountDelegateExtension() |
void |
setUnmountDelegateExtension(UnmountDelegateExtension unmountDelegateExtension) |
void |
unbindMountItem(MountItem mountItem) |
void |
unmountAllItems() |
void |
unregisterMountDelegateExtension(MountExtension mountExtension)
Deprecated.
Only used for Litho's integration. Marked for removal.
|
void notifyMount(long id)
void notifyUnmount(long id)
boolean needsRemount()
void mount(RenderTree renderTree)
void attach()
void detach()
void unmountAllItems()
void unbindMountItem(MountItem mountItem)
boolean isRootItem(int position)
MountItem getRootItem()
java.lang.Object getContentAt(int position)
java.lang.Object getContentById(long id)
@Deprecated void registerMountDelegateExtension(MountExtension mountExtension)
@Deprecated void unregisterMountDelegateExtension(MountExtension mountExtension)
java.util.ArrayList<Host> getHosts()
MountItem getMountItemAt(int position)
int getMountItemCount()
int getRenderUnitCount()
void setUnmountDelegateExtension(UnmountDelegateExtension unmountDelegateExtension)
void removeUnmountDelegateExtension()
ExtensionState getExtensionState(MountExtension mountExtension)