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

Method Summary
 boolean prepareForDesignView(GenElement genElement, java.lang.String tag, IXml node)
          Called once per page node.
 

Method Detail

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 called
tag - The selector for this genElement
node - 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.