Uses of Interface
com.iizix.prop.ui.selection.IUIAnimatedSingleIndexedSelectionComp
Packages that use IUIAnimatedSingleIndexedSelectionComp Package Description com.iizigo.panel.prop com.iizix.prop.ui com.iizix.prop.ui.selection Uses of IUIAnimatedSingleIndexedSelectionComp in com.iizigo.panel.prop
Classes in com.iizigo.panel.prop that implement IUIAnimatedSingleIndexedSelectionComp Modifier and Type Class Description class
EUIAccordion
Accordion container.class
EUISwapContainer
Swap container.class
EUITabContainer
Tab container.Uses of IUIAnimatedSingleIndexedSelectionComp in com.iizix.prop.ui
Classes in com.iizix.prop.ui that implement IUIAnimatedSingleIndexedSelectionComp Modifier and Type Class Description class
UIAccordion
Accordion UI container.class
UISwapContainer
UI swap container.class
UITabContainer
UI tab container.Uses of IUIAnimatedSingleIndexedSelectionComp in com.iizix.prop.ui.selection
Methods in com.iizix.prop.ui.selection that return IUIAnimatedSingleIndexedSelectionComp Modifier and Type Method Description IUIAnimatedSingleIndexedSelectionComp
AnimatedSingleIndexSelection. getAnimatedSingleIndexedSource()
Get the source component of the event.IUIAnimatedSingleIndexedSelectionComp
IUIAnimatedSingleIndexedSelection. getAnimatedSingleIndexedSource()
Get the source component of the event.Constructors in com.iizix.prop.ui.selection with parameters of type IUIAnimatedSingleIndexedSelectionComp Constructor Description AnimatedSingleIndexSelection(IUIAnimatedSingleIndexedSelectionComp source, int selectedIndex, boolean isAnimated)
Constructor.