| |
|
| java.lang.Object org.netbeans.modules.visualweb.css2.CreateContext
CreateContext | public class CreateContext (Code) | | Context used during when creating the box hierarchy.
Contains information that cannot simply be passed to the
children since the children may unpredictably side-effect
it.
author: Tor Norbye |
CreateContext | public CreateContext()(Code) | | Construct a box-creation context for the given webform.
|
CreateContext | public CreateContext(CreateContext outer)(Code) | | Construct a nested box-creation context
|
addFixedBox | public void addFixedBox(CssBox box)(Code) | | Add a fixed box to the list of fixed boxes in this view hierarchy
|
isVisitedForm | public boolean isVisitedForm(WebForm webform)(Code) | | Return true iff we've already visited the given webform in this box creation phase
|
popPage | public WebForm popPage()(Code) | | Pop a page from the page visit stack
|
pushPage | public void pushPage(WebForm webform)(Code) | | Add a page to be traversed during box creation
|
|
|
|