|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ItsNatInclude
Is the base interface of "include" components. A "include" is used to insert/remove dynamically a markup fragment below the associated DOM element of the component.
Only a free version is defined.
| Method Summary | |
|---|---|
java.lang.String |
getIncludedFragmentName()
Returns the name of the current included fragment. |
void |
includeFragment(java.lang.String name)
Includes a new markup fragment. |
void |
includeFragment(java.lang.String name,
boolean buildComp)
Includes a new markup fragment. |
boolean |
isIncluded()
Informs whether a fragment was inserted using this component. |
void |
removeFragment()
Removes the current included markup fragment. |
| Methods inherited from interface org.itsnat.comp.ItsNatElementComponent |
|---|
getElement, getItsNatElementComponentUI |
| Methods inherited from interface org.itsnat.core.ItsNatUserData |
|---|
containsUserValueName, getUserValue, getUserValueNames, removeUserValue, setUserValue |
| Method Detail |
|---|
boolean isIncluded()
includeFragment(String,boolean)java.lang.String getIncludedFragmentName()
includeFragment(String,boolean)
void includeFragment(java.lang.String name,
boolean buildComp)
name - the name of the markup fragment to insert.buildComp - if true markup defined components are automatically built.removeFragment(),
ItsNatComponentManager.buildItsNatComponents(Node)void includeFragment(java.lang.String name)
name - the name of the markup fragment to insert.includeFragment(String,boolean)void removeFragment()
includeFragment(String,boolean)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||