|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FractionalItemInfo | |
---|---|
com.sas.dataselectors.calculations.percent |
Uses of FractionalItemInfo in com.sas.dataselectors.calculations.percent |
---|
Methods in com.sas.dataselectors.calculations.percent that return FractionalItemInfo | |
---|---|
protected FractionalItemInfo |
PercentCalculationsSelectorDataSource.createFractionalItemInfo(com.sas.iquery.metadata.business.DataItem dataItem)
Returns a FractionalItemInfo object to represent the specified DataItem. |
Methods in com.sas.dataselectors.calculations.percent with parameters of type FractionalItemInfo | |
---|---|
void |
PercentCalculationsSelectorDataSource.addItem(FractionalItemInfo itemInfo)
Adds a new fractional expression DataItem to the model. |
void |
PercentCalculationsSelectorDataSourceInterface.addItem(FractionalItemInfo itemInfo)
Adds a new fractional item with the information specified by the FractionalItemInfo argument. |
boolean |
FractionalItemInfo.equals(FractionalItemInfo itemInfo)
Returns a boolean indicating whether the specified FractionalItemInfo is equivalent to this FractionalItemInfo. |
void |
PercentCalculationsSelectorDataSource.removeItem(FractionalItemInfo itemInfo)
Removes the item associated with the specified FractionalItemInfo. |
void |
PercentCalculationsSelectorDataSourceInterface.removeItem(FractionalItemInfo itemInfo)
Removes the item associated with the specified FractionalItemInfo. |
void |
PercentCalculationsSelectorDataSource.updateItem(FractionalItemInfo existingItemInfo,
FractionalItemInfo newItemInfo)
Updates the label of an existing fractional expression DataItem on the model. |
void |
PercentCalculationsSelectorDataSourceInterface.updateItem(FractionalItemInfo existingItemInfo,
FractionalItemInfo newItemInfo)
Updates the item associated with the existingItemInfo argument with information from the newItemInfo argument. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |