org.nuiton.jaxx.util
Interface FormElement<U extends DialogUI<?>>

Type Parameters:
U - type of dialog

public interface FormElement<U extends DialogUI<?>>

Author:
chemit

Method Summary
 JLabel getLabel(U ui)
           
 Object getValue(U ui)
           
 String name()
           
 int ordinal()
           
 void setValue(U ui, String value)
           
 

Method Detail

name

String name()

ordinal

int ordinal()

getValue

Object getValue(U ui)

setValue

void setValue(U ui,
              String value)

getLabel

JLabel getLabel(U ui)


Copyright © 2008-2010 CodeLutin. All Rights Reserved.