Package ch.nolix.system.webgui.container
Klasse GridCell
java.lang.Object
ch.nolix.system.element.mutableelement.AbstractMutableElement
ch.nolix.system.webgui.container.GridCell
- Alle implementierten Schnittstellen:
Clearable,Resettable,EmptinessRequestable,IElement,IMutableElement
-
Methodenübersicht
Modifizierer 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 ch.nolix.system.element.mutableelement.AbstractMutableElement
addOrChangeAttribute, addOrChangeAttribute, equals, getAttributes, getSpecification, hashCode, resetFromFileWithFilePath, toStringVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden ch.nolix.coreapi.state.staterequest.EmptinessRequestable
containsAnyVon Schnittstelle geerbte Methoden ch.nolix.systemapi.element.base.IElement
toFormatedString, toXmlVon Schnittstelle geerbte Methoden ch.nolix.systemapi.element.mutableelement.IMutableElement
addOrChangeAttribute, addOrChangeAttributes, resetFromAttributes, resetFromSpecification
-
Methodendetails
-
fromSpecification
-
withOneBasedRowIndexAndColumnIndex
-
clear
public void clear()Beschreibung aus Schnittstelle kopiert:ClearableRemoves the elements of the currentClearable. -
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.
-
reset
public void reset()Beschreibung aus Schnittstelle kopiert:ResettableResets the currentResettable.- Angegeben von:
resetin SchnittstelleResettable
-
setControl
-