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 void
BasicBreadcrumbBarUI. configurePopupAction(Command command, BreadcrumbItemChoices<java.lang.Object> bic)
protected java.lang.Object
BasicBreadcrumbBarUI. pushChoices(BreadcrumbItemChoices<java.lang.Object> bic)
Pushes a choice to the top position of the stack.protected java.lang.Object
BasicBreadcrumbBarUI. pushChoices(BreadcrumbItemChoices<java.lang.Object> bic, boolean toUpdateUI)
Pushes a choice to the top position of the stack.
-