|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CloneCtrlException | |
---|---|
aokell.lib.control | This package contains the implementations of controllers. |
aokell.lib.control.attribute | This package contains the implementation of the AttributeController interface. |
aokell.lib.control.binding | This package contains the implementations of the BindingController interface for flat, primitive and composite components. |
aokell.lib.control.component | This package contains the implementations of the Component interface for composite and non-composite components. |
aokell.lib.control.content | This package contains the implementation of the ContentController interface. |
aokell.lib.control.factory | This package contains the implementation of the Factory controller interface. |
aokell.lib.control.lifecycle | This package contains the implementations of the LifeCyleController interface for non composite (e.g. flat and primitive) and composite components. |
aokell.lib.control.name | This package contains the implementation of the NameController interface. |
aokell.lib.control.superc | This package contains the implementation of the SuperController interface. |
Uses of CloneCtrlException in aokell.lib.control |
---|
Methods in aokell.lib.control that throw CloneCtrlException | |
---|---|
void |
Controller.cloneFcCtrl(Component dst,
Object hints)
Clone the controller state from the current component to another one. |
Uses of CloneCtrlException in aokell.lib.control.attribute |
---|
Methods in aokell.lib.control.attribute that throw CloneCtrlException | |
---|---|
void |
AttributeControllerImpl.cloneFcCtrl(Component dst,
Object hints)
Clone the controller state from the current component to another one. |
Uses of CloneCtrlException in aokell.lib.control.binding |
---|
Methods in aokell.lib.control.binding that throw CloneCtrlException | |
---|---|
void |
AbstractBindingControllerImpl.cloneFcCtrl(Component dst,
Object hints)
Clone the controller state from the current component to another one. |
Uses of CloneCtrlException in aokell.lib.control.component |
---|
Methods in aokell.lib.control.component that throw CloneCtrlException | |
---|---|
void |
ComponentImpl.cloneFcCtrl(Component dst,
Object hints)
Clone the controller state from the current component to another one. |
Uses of CloneCtrlException in aokell.lib.control.content |
---|
Methods in aokell.lib.control.content that throw CloneCtrlException | |
---|---|
void |
ContentControllerImpl.cloneFcCtrl(Component dst,
Object hints)
Clone the controller state from the current component to another one. |
Uses of CloneCtrlException in aokell.lib.control.factory |
---|
Methods in aokell.lib.control.factory that throw CloneCtrlException | |
---|---|
void |
AbstractFactoryImpl.cloneFcCtrl(Component dst,
Object hints)
Clone the controller state from the current component to another one. |
protected void |
AbstractFactoryImpl.copyAttributeControllerState(Component component,
Component newComponent,
Map newContent)
Copy the state of the attribute controller which is in the same membrane as the current factory controller into the attribute controller of the newly created component. |
Uses of CloneCtrlException in aokell.lib.control.lifecycle |
---|
Methods in aokell.lib.control.lifecycle that throw CloneCtrlException | |
---|---|
void |
AbstractLifeCycleControllerImpl.cloneFcCtrl(Component dst,
Object hints)
Clone the controller state from the current component to another one. |
Uses of CloneCtrlException in aokell.lib.control.name |
---|
Methods in aokell.lib.control.name that throw CloneCtrlException | |
---|---|
void |
NameControllerImpl.cloneFcCtrl(Component dst,
Object hints)
Clone the controller state from the current component to another one. |
Uses of CloneCtrlException in aokell.lib.control.superc |
---|
Methods in aokell.lib.control.superc that throw CloneCtrlException | |
---|---|
void |
SuperControllerImpl.cloneFcCtrl(Component dst,
Object hints)
Clone the controller state from the current component to another one. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |