com.notuvy.util
Class DependentText.Label

java.lang.Object
  extended by com.notuvy.util.DependentText
      extended by com.notuvy.util.DependentText.Label
All Implemented Interfaces:
ValueChangeHandler<Boolean>
Enclosing class:
DependentText

public static class DependentText.Label
extends DependentText


Nested Class Summary
 
Nested classes/interfaces inherited from class com.notuvy.util.DependentText
DependentText.Label, DependentText.Menu, DependentText.ToolTip
 
Constructor Summary
DependentText.Label(String pTextTrue, String pTextFalse, JLabel pLabel)
           
 
Method Summary
 void handleValueChange(Boolean pValue)
          Handle the changed value in the ValueHolder.
 
Methods inherited from class com.notuvy.util.DependentText
getTextFalse, getTextTrue, handleInitialValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependentText.Label

public DependentText.Label(String pTextTrue,
                           String pTextFalse,
                           JLabel pLabel)
Method Detail

handleValueChange

public void handleValueChange(Boolean pValue)
Description copied from interface: ValueChangeHandler
Handle the changed value in the ValueHolder. This gets called each time a new value is set.

Parameters:
pValue - The new value.


Copyright © 2013. All Rights Reserved.