C
- type of technology-specific component this view manageT
- type of objects managed by this footerpublic abstract class FIBBrowserWidgetFooterImpl<C,T> extends Object implements FIBBrowserWidgetFooter<C,T>
Modifier and Type | Field and Description |
---|---|
protected Map<FIBBrowserElement,Map<FIBBrowserAction,FIBBrowserActionListener<T>>> |
_addActions |
protected Map<FIBBrowserElement,Map<FIBBrowserAction,FIBBrowserActionListener<T>>> |
_otherActions |
protected Map<FIBBrowserElement,Map<FIBBrowserAction,FIBBrowserActionListener<T>>> |
_removeActions |
protected FIBBrowserWidgetImpl<?,T> |
_widget |
protected static Logger |
logger |
Constructor and Description |
---|
FIBBrowserWidgetFooterImpl(FIBBrowserWidgetImpl<?,T> widget) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
FIBController |
getController() |
String |
getLocalized(String key) |
void |
initializeActions(<any> widget) |
void |
updateActionsFor(FIBBrowserElement element) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFooterComponent, setFocusedObject
protected static final Logger logger
protected FIBBrowserWidgetImpl<?,T> _widget
protected Map<FIBBrowserElement,Map<FIBBrowserAction,FIBBrowserActionListener<T>>> _addActions
protected Map<FIBBrowserElement,Map<FIBBrowserAction,FIBBrowserActionListener<T>>> _removeActions
protected Map<FIBBrowserElement,Map<FIBBrowserAction,FIBBrowserActionListener<T>>> _otherActions
public FIBBrowserWidgetFooterImpl(FIBBrowserWidgetImpl<?,T> widget)
public void initializeActions(<any> widget)
initializeActions
in interface FIBBrowserWidgetFooter<C,T>
public void updateActionsFor(FIBBrowserElement element)
updateActionsFor
in interface FIBBrowserWidgetFooter<C,T>
public void delete()
delete
in interface FIBBrowserWidgetFooter<C,T>
public FIBController getController()
getController
in interface FIBBrowserWidgetFooter<C,T>
public String getLocalized(String key)
getLocalized
in interface FIBBrowserWidgetFooter<C,T>
Copyright © 2022 Openflexo. All rights reserved.