svn changeset:20524/svn branch:6.7
* @see #isSelected(Object)
* @see #select(Object)
*/
- public final Object getNullSelectionItemId() {
+ public Object getNullSelectionItemId() {
return nullSelectionItemId;
}
*
* @return the Component Composition root.
*/
- protected final Component getCompositionRoot() {
+ protected Component getCompositionRoot() {
return root;
}
* @param compositionRoot
* the root of the composition component tree.
*/
- protected final void setCompositionRoot(Component compositionRoot) {
+ protected void setCompositionRoot(Component compositionRoot) {
if (compositionRoot != root) {
if (root != null) {
// remove old component
*
* @return the number of columns in the grid.
*/
- public final int getColumns() {
+ public int getColumns() {
return cols;
}
*
* @return the number of rows in the grid.
*/
- public final int getRows() {
+ public int getRows() {
return rows;
}