Package | Description |
---|---|
org.kepler.reporting.gui |
Modifier and Type | Method and Description |
---|---|
protected DeleteItemButton |
ReportDesignerPanel.makeDeleteButton(java.lang.String imageName,
java.lang.String actionCommand,
Item associtem,
DragAndDropPanel panel,
java.lang.String toolTipText,
java.lang.String altText)
makeDeleteButton() creates the Delete Button for the Static Items.
|
protected DeleteItemButton |
ReportDesignerPanel.makeDynamicItemDeleteButton(java.lang.String imageName,
java.lang.String actionCommand,
Item associtem,
java.lang.String toolTipText,
java.lang.String altText)
makeDynamicItemDeleteButton() creates the Delete Button for the Dynamic Items.
|
Modifier and Type | Method and Description |
---|---|
DragAndDropPanel |
DynamicReportItemPanel.renderView(DragAndDropPanel columnPanel,
javax.swing.JRadioButton dynamicreportItemButton,
java.util.List<LabelPanel> labelpanellist,
DeleteItemButton delbutton,
java.lang.String tooltip) |
Constructor and Description |
---|
DynamicReportItemPanel(ReportDesignerPanel reportDesignerPanel,
Item tmpItem,
javax.swing.JRadioButton dynamicreportItemButton,
DeleteItemButton delbutton,
java.lang.String strItemFullName,
ReportLayout reportLayout,
TableauFrame tableauFrame) |