Package sk.ipesoft.d2000.go
Interface IBrowserBeforeItemEditEvent
-
public interface IBrowserBeforeItemEditEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidallowEdit(boolean allow)intgetCol()intgetRow()D2BasegetValue()
-
-
-
Method Detail
-
getRow
int getRow()
-
getCol
int getCol()
-
getValue
D2Base getValue()
-
allowEdit
void allowEdit(boolean allow)
-
-