echopointng.command
Class CssStyleAddDontPrint

java.lang.Object
  extended by echopointng.command.CssStyleDecl
      extended by echopointng.command.CssStyleAdd
          extended by echopointng.command.CssStyleAddDontPrint
All Implemented Interfaces:
Command, RenderIdSupport

public class CssStyleAddDontPrint
extends CssStyleAdd

CssStyleAddDontPrint is a pre-built CSS style command that can be used to stop a component from being printed. The generated className property is "dontprint" and you would apply this to target component via

                new CssStyleApplyTo("dontprint",targetComponent);
 


Constructor Summary
CssStyleAddDontPrint()
          Constructs a CssStyleAddDontPrint which can be used to stop areas of markup being printed.
 
Method Summary
 
Methods inherited from class echopointng.command.CssStyleAdd
getStyleText
 
Methods inherited from class echopointng.command.CssStyleDecl
getMedia, getRenderId, setMedia
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CssStyleAddDontPrint

public CssStyleAddDontPrint()
Constructs a CssStyleAddDontPrint which can be used to stop areas of markup being printed.