Ontimize 5.2072EN

com.ontimize.report.item
Class SelectableDynamicItem

java.lang.Object
  extended bycom.ontimize.report.TranslatedItem
      extended bycom.ontimize.report.item.SelectableItem
          extended bycom.ontimize.report.item.SelectableDynamicItem
All Implemented Interfaces:
java.util.Comparator, Internationalization

public class SelectableDynamicItem
extends SelectableItem


Field Summary
 
Fields inherited from class com.ontimize.report.item.SelectableItem
selected
 
Fields inherited from class com.ontimize.report.TranslatedItem
res, text, translatedText
 
Fields inherited from interface com.ontimize.gui.i18n.Internationalization
DEBUG_LANGUAGE
 
Constructor Summary
SelectableDynamicItem(java.lang.String text, java.util.ResourceBundle res)
           
 
Method Summary
 boolean isDynamic()
           
 void setDynamic(boolean d)
           
 
Methods inherited from class com.ontimize.report.item.SelectableItem
compare, compareTo, isSelected, setResourceBundle, setSelected, toString
 
Methods inherited from class com.ontimize.report.TranslatedItem
getText, getTextsToTranslate, hashCode, setComponentLocale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ontimize.gui.i18n.Internationalization
getTextsToTranslate, setComponentLocale
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

SelectableDynamicItem

public SelectableDynamicItem(java.lang.String text,
                             java.util.ResourceBundle res)
Method Detail

isDynamic

public boolean isDynamic()

setDynamic

public void setDynamic(boolean d)

Ontimize