Style Intelligence v12.0

inetsoft.report
Class PDFPrinter.RadioButtonGroup

java.lang.Object
  extended by inetsoft.report.PDFPrinter.RadioButtonGroup
Enclosing class:
PDFPrinter

protected class PDFPrinter.RadioButtonGroup
extends Object

Radio button group stores info of a radio group.


Field Summary
 int id
           
 String name
           
 List sids
           
 String sson
           
 
Constructor Summary
protected PDFPrinter.RadioButtonGroup()
           
 
Method Summary
 String getIDRef(int aid)
          Get id reference.
 String getParentString()
          Get parent String representation.
 void writePDF(PDFPrinter.CountWriter writer, PDFPrinter ps)
          Write pdf representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id

name

public String name

sson

public String sson

sids

public List sids
Constructor Detail

PDFPrinter.RadioButtonGroup

protected PDFPrinter.RadioButtonGroup()
Method Detail

getIDRef

public String getIDRef(int aid)
Get id reference.

Parameters:
aid - the specified id
Returns:
the id reference

getParentString

public String getParentString()
Get parent String representation.

Returns:
the parent string representation

writePDF

public void writePDF(PDFPrinter.CountWriter writer,
                     PDFPrinter ps)
Write pdf representation.

Parameters:
writer - the specified count writer

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.