ICEfaces 3.1.0
Java API Documentation

org.icefaces.ace.model.table
Class CellSelections

java.lang.Object
  extended by org.icefaces.ace.model.table.CellSelections
All Implemented Interfaces:
java.io.Serializable

public class CellSelections
extends java.lang.Object
implements java.io.Serializable

Copyright 2010-2011 ICEsoft Technologies Canada Corp. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

See Also:
Serialized Form

Constructor Summary
CellSelections(java.lang.Object o, java.util.List<java.lang.String> strings)
           
 
Method Summary
 java.lang.Object getRowObject()
           
 java.util.List<java.lang.String> getSelectedFieldNames()
           
 java.util.List<java.lang.Object> getSelectedFieldValues()
           
 void setRowObject(java.lang.Object rowObject)
           
 void setSelectedFieldNames(java.util.List<java.lang.String> selectedFieldNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellSelections

public CellSelections(java.lang.Object o,
                      java.util.List<java.lang.String> strings)
Method Detail

getRowObject

public java.lang.Object getRowObject()

setRowObject

public void setRowObject(java.lang.Object rowObject)

getSelectedFieldNames

public java.util.List<java.lang.String> getSelectedFieldNames()

setSelectedFieldNames

public void setSelectedFieldNames(java.util.List<java.lang.String> selectedFieldNames)

getSelectedFieldValues

public java.util.List<java.lang.Object> getSelectedFieldValues()

ICEfaces 3.1.0
Java API Documentation

Copyright 2012 ICEsoft Technologies Canada Corp., All Rights Reserved.