Package | Description |
---|---|
org.itsnat.comp |
Contains generic interfaces of components, markup namespace independent, they may be applied to HTML components, SVG components, XML components etc.
|
Modifier and Type | Method and Description |
---|---|
ItsNatModalLayer |
ItsNatComponentManager.createItsNatModalLayer(org.w3c.dom.Element element,
boolean cleanBelow,
float opacity,
java.lang.String background,
NameValue[] artifacts)
Creates a new modal layer component using the specified element if provided.
|
ItsNatModalLayer |
ItsNatComponentManager.createItsNatModalLayer(org.w3c.dom.Element element,
boolean cleanBelow,
int zIndex,
float opacity,
java.lang.String background,
NameValue[] artifacts)
Creates a new modal layer component using the specified element if provided.
|
ItsNatModalLayer |
ItsNatComponentManager.createItsNatModalLayer(org.w3c.dom.Element element,
NameValue[] artifacts)
Creates a new modal layer component using the specified element if provided
By default cleanBelow is false unless "cleanBelow" is defined as artifact or as a markup attribute.
|
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.