Klasse GridCell
java.lang.Object
ch.nolix.system.element.mutableelement.AbstractMutableElement
ch.nolix.system.webcontainercontrol.grid.GridCell
- Alle implementierten Schnittstellen:
Clearable, Resettable, EmptinessRequestable, IElement, IMutableElement
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidclear()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) Von Klasse geerbte Methoden AbstractMutableElement
addOrChangeAttribute, addOrChangeAttribute, equals, getAttributes, getSpecification, hashCode, resetFromFileWithFilePath, toStringVon Schnittstelle geerbte Methoden EmptinessRequestable
containsAnyVon Schnittstelle geerbte Methoden IElement
toFormatedString, toXmlVon Schnittstelle geerbte Methoden IMutableElement
addOrChangeAttribute, addOrChangeAttributes, resetFromAttributes, resetFromSpecification
-
Methodendetails
-
fromSpecification
-
withOneBasedRowIndexAndColumnIndex
-
clear
-
getColumnIndex
public int getColumnIndex() -
getStoredControl
-
getRowIndex
public int getRowIndex() -
isEmpty
public boolean isEmpty()- Angegeben von:
isEmptyin SchnittstelleEmptinessRequestable- Gibt zurück:
- true if
EmptinessRequestabledoes not contain an element, false otherwise.
-
reset
public void reset()Beschreibung aus Schnittstelle kopiert:ResettableResets the currentResettable.- Angegeben von:
resetin SchnittstelleResettable
-
setControl
-