com.bowstreet.util
Interface GraphicalViewSubscriber.DesignViewFixer
- Enclosing interface:
- GraphicalViewSubscriber
public static interface GraphicalViewSubscriber.DesignViewFixer
Interface for Control Builders who want to be able to change the page XML for the
design view.
- Author:
- szagiebo
prepareForDesignView
boolean prepareForDesignView(GenElement genElement,
java.lang.String tag,
IXml node)
- Called once per page node. Implementors should modify the XML using the
special tags which enable it to be correctly modified back.
- Parameters:
genElement
- The genElement which is why this was calledtag
- The selector for this genElementnode
- The XML node on the page that should be modified
- Returns:
- true if you want caller to perform the standard fixups in addition to yours
Copyright © 2009 IBM. All Rights Reserved.