|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FillSpreadSheetCellRequest.Direction | |
---|---|
net.sourceforge.fixagora.basis.client.view.editor | |
net.sourceforge.fixagora.basis.shared.model.communication |
Uses of FillSpreadSheetCellRequest.Direction in net.sourceforge.fixagora.basis.client.view.editor |
---|
Methods in net.sourceforge.fixagora.basis.client.view.editor with parameters of type FillSpreadSheetCellRequest.Direction | |
---|---|
void |
SpreadSheetEditorSheet.fill(FillSpreadSheetCellRequest.Direction direction)
Fill. |
Uses of FillSpreadSheetCellRequest.Direction in net.sourceforge.fixagora.basis.shared.model.communication |
---|
Methods in net.sourceforge.fixagora.basis.shared.model.communication that return FillSpreadSheetCellRequest.Direction | |
---|---|
FillSpreadSheetCellRequest.Direction |
FillSpreadSheetCellRequest.getDirection()
Gets the direction. |
static FillSpreadSheetCellRequest.Direction |
FillSpreadSheetCellRequest.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FillSpreadSheetCellRequest.Direction[] |
FillSpreadSheetCellRequest.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in net.sourceforge.fixagora.basis.shared.model.communication with parameters of type FillSpreadSheetCellRequest.Direction | |
---|---|
FillSpreadSheetCellRequest(long sourceSheetId,
int sourceRow,
int sourceRowCount,
int sourceColumn,
int sourceColumnCount,
FillSpreadSheetCellRequest.Direction direction,
long requestID)
Instantiates a new fill spread sheet cell request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |