public class IlpAllArea extends IlpArea
selectAll
operation.Constructor and Description |
---|
IlpAllArea(Collection ros,
Collection attribs)
Creates an area with a set of representation objects and a set of
attributes.
|
IlpAllArea(Collection ros,
Collection attribs,
boolean copy)
Creates an area with a set of representation objects and a set of
attributes.
|
Modifier and Type | Method and Description |
---|---|
IlpArea |
getAttributesArea()
Returns a new area that contains only the attributes.
|
IlpArea |
getRepresentationObjectsArea()
Returns a new area that contains only the representation objects.
|
boolean |
isSelectAll()
Indicates if this area represents a complete selection in the table.
|
contains, contains, equals, getAttributes, getIntersection, getRepresentationObjects, isEmpty, toString
public IlpAllArea(Collection ros, Collection attribs)
ros
- The set of representation objects defining the area;
can be null
or empty.attribs
- The set of attributes defining the area;
can be null
or empty.public IlpAllArea(Collection ros, Collection attribs, boolean copy)
ros
- The set of representation objects defining the area;
can be null
or empty.attribs
- The set of attributes defining the area;
can be null
or empty.copy
- Flag that indicates if the set of representation
objects and the set of attributes will be copied to
the internal structures or if they will be used as
is.public IlpArea getAttributesArea()
getAttributesArea
in class IlpArea
public IlpArea getRepresentationObjectsArea()
getRepresentationObjectsArea
in class IlpArea
public boolean isSelectAll()
isSelectAll
in class IlpArea
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.