| org.itsnat.comp.ItsNatInclude
ItsNatInclude | public interface ItsNatInclude extends ItsNatElementComponent(Code) | | 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.
author: Jose Maria Arranz Santamaria |
Method Summary | |
public String | getIncludedFragmentName() Returns the name of the current included fragment.
the name of the current included fragment. | public void | includeFragment(String name, boolean buildComp) Includes a new markup fragment. | public boolean | isIncluded() Informs whether a fragment was inserted using this component.
true if a fragment was inserted. | public void | removeFragment() Removes the current included markup fragment. |
|
|