|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InternalComponentResourcesCommon
Operations shared by InternalComponentResources and ComponentPageElement. Typically, these means
methods of InternalComponentResources that are delegated to the component page element.
| Method Summary | |
|---|---|
void |
bindParameter(String parameterName,
Binding binding)
Used during construction of the page to identify the binding for a particular parameter. |
Binding |
getBinding(String parameterName)
Returns the binding for the given parameter name, or null. |
Map<String,Binding> |
getInformalParameterBindings()
Constructs a map linking informal parameters to the corresponding bindings. |
Component |
getMixinByClassName(String mixinClassName)
Returns the mixin instance for the fully qualfied mixin class name. |
boolean |
isLoaded()
Returns true if the component has finished loading. |
| Method Detail |
|---|
boolean isLoaded()
PageLifecycleListener.containingPageDidLoad()
void bindParameter(String parameterName,
Binding binding)
Binding getBinding(String parameterName)
parameterName - name of component parameter
Component getMixinByClassName(String mixinClassName)
mixinClassName - fully qualified class name
Map<String,Binding> getInformalParameterBindings()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||