- performAction(A) - Method in interface org.jacp.api.action.IActionListener
-
Abstraction to handle actions/events uniform on different toolkits.
- Perspective - Annotation Type in org.jacp.api.annotations.perspective
-
Defines the meta attributes for a perspective.
- PostConstruct - Annotation Type in org.jacp.api.annotations.lifecycle
-
Marks on start methods in UI components; Usage use @PostConstruct on method level
and provide access to IBaseLayout parameter.
- postHandle(C, IAction<A, M>) - Method in interface org.jacp.api.component.IComponentView
-
To avoid toolkit specific threading issues the postHandle method always
called after the handle method.
- postInit(IComponentHandler<ISubComponent<L, A, M>, IAction<A, M>>) - Method in interface org.jacp.api.component.IPerspective
-
post init method to set correct component handler and to initialize
components depending on objects created in startUp sequence.
- PreDestroy - Annotation Type in org.jacp.api.annotations.lifecycle
-
Marks the tear down method in ui components;Usage use @PreDestroy on method
level and provide access to IBaseLayout parameter.
- putIncomingMessage(IAction<A, M>) - Method in interface org.jacp.api.component.ISubComponent
-
Add new message to component.