Class GridCell
java.lang.Object
ch.nolix.system.element.mutableelement.AbstractMutableElement
ch.nolix.system.webcontainercontrol.grid.GridCell
- All Implemented Interfaces:
Clearable, Resettable, EmptinessRequestable, IElement, IMutableElement
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Removes the elements of the currentClearable.static GridCellfromSpecification(INode<?> specification) intintIControl<?, ?> booleanisEmpty()voidreset()Resets the currentResettable.voidsetControl(IControl<?, ?> control) static GridCellwithOneBasedRowIndexAndColumnIndex(int rowIndex, int columnIndex) Methods inherited from class AbstractMutableElement
addOrChangeAttribute, addOrChangeAttribute, equals, getAttributes, getSpecification, hashCode, resetFromFileWithFilePath, toStringMethods inherited from interface EmptinessRequestable
containsAnyMethods inherited from interface IElement
toFormatedString, toXmlMethods inherited from interface IMutableElement
addOrChangeAttributes, addOrChangeAttributes, addOrChangeAttributes, resetFromAttributes, resetFromSpecification
-
Method Details
-
fromSpecification
-
withOneBasedRowIndexAndColumnIndex
-
clear
-
getColumnIndex
public int getColumnIndex() -
getStoredControl
-
getRowIndex
public int getRowIndex() -
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceEmptinessRequestable- Returns:
- true if
EmptinessRequestabledoes not contain an element, false otherwise.
-
reset
-
setControl
-