Package ch.nolix.system.webgui.container
Klasse GridCell
java.lang.Object
ch.nolix.system.element.mutableelement.MutableElement
ch.nolix.system.webgui.container.GridCell
- Alle implementierten Schnittstellen:
Clearable
,Resettable
,EmptinessRequestable
,IElement
,IMutableElement
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
clear()
Removes the elements of the currentClearable
.static GridCell
fromSpecification
(INode<?> specification) int
int
IControl
<?, ?> boolean
isEmpty()
void
reset()
Resets the currentResettable
.void
setControl
(IControl<?, ?> control) static GridCell
with1BasedRowIndexAndColumnIndex
(int rowIndex, int columnIndex) Von Klasse geerbte Methoden ch.nolix.system.element.mutableelement.MutableElement
addOrChangeAttribute, addOrChangeAttribute, equals, getAttributes, getSpecification, hashCode, resetFromFileWithFilePath, toString
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.stateapi.staterequestapi.EmptinessRequestable
containsAny
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.baseapi.IElement
toFormatedString, toXml
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.mutableelementapi.IMutableElement
addOrChangeAttribute, addOrChangeAttributes, resetFromAttributes, resetFromSpecification
-
Methodendetails
-
fromSpecification
-
with1BasedRowIndexAndColumnIndex
-
clear
public void clear()Beschreibung aus Schnittstelle kopiert:Clearable
Removes the elements of the currentClearable
. -
getColumnIndex
public int getColumnIndex() -
getStoredControl
-
getRowIndex
public int getRowIndex() -
isEmpty
public boolean isEmpty()- Angegeben von:
isEmpty
in SchnittstelleEmptinessRequestable
- Gibt zurück:
- true if
EmptinessRequestable
does not contain an element.
-
reset
public void reset()Beschreibung aus Schnittstelle kopiert:Resettable
Resets the currentResettable
.- Angegeben von:
reset
in SchnittstelleResettable
-
setControl
-