Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.dt.common.dtlayout
Class ApplcoreCheckBox

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.common.dtlayout.ApplcoreCheckBox

public class ApplcoreCheckBox
extends java.lang.Object

Provides a label and checkbox.

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/applcore/applications/DesignTime/DT/src/oracle/apps/fnd/applcore/dt/common/dtlayout/ApplcoreCheckBox.java /st_atgpf_pt-11.1.1.7.0/1 2013/01/20 20:15:02 mluetchf Exp $
mluetchf

Constructor Summary
ApplcoreCheckBox(java.lang.String labelText)
          Constructor.
 
Method Summary
 boolean isSelected()
          The value of the checkbox selected.
 void render(int row, javax.swing.JComponent component)
          Render to the component at the row supplied using GridBagLayout.
 void setEditable(boolean editable)
          Set the editable state of the component.
 void setSelected(boolean value)
          Set selected value for checkbox.
 void setVisible(boolean visible)
          Set the visible state of the component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplcoreCheckBox

public ApplcoreCheckBox(java.lang.String labelText)
Constructor.

Parameters:
labelText - label.
Method Detail

setSelected

public void setSelected(boolean value)
Set selected value for checkbox.

Parameters:
value - checkbox selected.

isSelected

public boolean isSelected()
The value of the checkbox selected.

Returns:
checkbox selected.

render

public void render(int row,
                   javax.swing.JComponent component)
Render to the component at the row supplied using GridBagLayout.

Parameters:
row - layout row.
component - containing component.

setEditable

public void setEditable(boolean editable)
Set the editable state of the component.

Parameters:
editable -

setVisible

public void setVisible(boolean visible)
Set the visible state of the component.

Parameters:
visible -

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.