Uses of Class
org.pushingpixels.radiance.component.internal.ui.bcb.BreadcrumbItemChoices
-
Packages that use BreadcrumbItemChoices Package Description org.pushingpixels.radiance.component.internal.ui.bcb -
-
Uses of BreadcrumbItemChoices in org.pushingpixels.radiance.component.internal.ui.bcb
Methods in org.pushingpixels.radiance.component.internal.ui.bcb with parameters of type BreadcrumbItemChoices Modifier and Type Method Description private voidBasicBreadcrumbBarUI. configurePopupAction(Command command, BreadcrumbItemChoices<java.lang.Object> bic)private java.lang.ObjectBasicBreadcrumbBarUI. pushChoices(BreadcrumbItemChoices<java.lang.Object> bic)Pushes a choice to the top position of the stack.private java.lang.ObjectBasicBreadcrumbBarUI. pushChoices(BreadcrumbItemChoices<java.lang.Object> bic, boolean toUpdateUI)Pushes a choice to the top position of the stack.
-