Uses of Interface
org.pushingpixels.radiance.component.api.common.model.BaseCommandButtonPresentationModel.PopupAnchorBoundsProvider
-
Packages that use BaseCommandButtonPresentationModel.PopupAnchorBoundsProvider Package Description org.pushingpixels.radiance.component.api.common.model -
-
Uses of BaseCommandButtonPresentationModel.PopupAnchorBoundsProvider in org.pushingpixels.radiance.component.api.common.model
Fields in org.pushingpixels.radiance.component.api.common.model declared as BaseCommandButtonPresentationModel.PopupAnchorBoundsProvider Modifier and Type Field Description private BaseCommandButtonPresentationModel.PopupAnchorBoundsProvider
BaseCommandButtonPresentationModel.BaseBuilder. popupAnchorBoundsProvider
private BaseCommandButtonPresentationModel.PopupAnchorBoundsProvider
BaseCommandButtonPresentationModel.Overlay. popupAnchorBoundsProvider
protected BaseCommandButtonPresentationModel.PopupAnchorBoundsProvider
BaseCommandButtonPresentationModel. popupAnchorBoundsProvider
Methods in org.pushingpixels.radiance.component.api.common.model that return BaseCommandButtonPresentationModel.PopupAnchorBoundsProvider Modifier and Type Method Description BaseCommandButtonPresentationModel.PopupAnchorBoundsProvider
BaseCommandButtonPresentationModel. getPopupAnchorBoundsProvider()
BaseCommandButtonPresentationModel.PopupAnchorBoundsProvider
BaseCommandButtonPresentationModel.Overlay. getPopupAnchorBoundsProvider()
Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type BaseCommandButtonPresentationModel.PopupAnchorBoundsProvider Modifier and Type Method Description B
BaseCommandButtonPresentationModel.BaseBuilder. setPopupAnchorBoundsProvider(BaseCommandButtonPresentationModel.PopupAnchorBoundsProvider popupAnchorBoundsProvider)
BaseCommandButtonPresentationModel.Overlay
BaseCommandButtonPresentationModel.Overlay. setPopupAnchorBoundsProvider(BaseCommandButtonPresentationModel.PopupAnchorBoundsProvider popupAnchorBoundsProvider)
-