Class GridCell
java.lang.Object
ch.nolix.system.element.propertieselement.AbstractPropertiesElement
ch.nolix.system.containercontrol.grid.GridCell
- All Implemented Interfaces:
Clearable, Resettable, EmptinessRequestable, AttributesRepresentable, IElement, SpecificationRepresentable, 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 AbstractPropertiesElement
addOrChangeAttribute, addOrChangeAttribute, equals, getAttributes, getSpecification, hashCode, toStringMethods inherited from interface EmptinessRequestable
containsAnyMethods inherited from interface IMutableElement
addOrChangeAttributes, resetFromAttributes, resetFromSpecificationMethods inherited from interface SpecificationRepresentable
hasEqualSpecificationAsElement, toFormatedString
-
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
-