org.topbraidcomposer.widgets.row
Interface IAssignableRowEditor

All Superinterfaces:
IRowEditor, IStatementProvider
All Known Subinterfaces:
ITextRowEditor
All Known Implementing Classes:
AbstractTextRowEditor, ClassEditor, InstanceEditor, LiteralEditor, RDFListEditor, StringEditor

public interface IAssignableRowEditor
extends IRowEditor

A row editor such as a text field, where the user is in an intermediate state until the value is assigned (or canceled).

Author:
Holger Knublauch

Method Summary
 void assign()
           
 boolean isAssignable()
           
 boolean isDirty()
           
 
Methods inherited from interface org.topbraidcomposer.widgets.row.IRowEditor
addDropDownMenuActions, getControl, getText, updateState
 
Methods inherited from interface org.topbraidcomposer.ui.views.IStatementProvider
getStatements, isReadOnly
 

Method Detail

assign

void assign()

isAssignable

boolean isAssignable()

isDirty

boolean isDirty()