MDateSelector

mseries.Calendar
Interface MDateChanger

All Known Implementing Classes:
MButtonChanger, MSpinnerChanger

public interface MDateChanger


Field Summary
static int BUTTON
           
static int NONE
           
static int SCROLLBAR
           
static int SPINNER
           
 
Method Summary
 void addFListener(FocusListener l)
          Adds a focus listener, using the method addFocusListener causes a NullPointerException for some reason.
 void addMChangeListener(MChangeListener l)
           
 int getValue()
           
 boolean hasFocus()
           
 void removeFListener(FocusListener l)
          Removes a focus listener, using the method removeFocusListener causes a NullPointerException for some reason
 void removeMChangeListener(MChangeListener l)
           
 void setEnabled(boolean enabled)
           
 void setMaximum(Date min)
           
 void setMinimum(Date min)
           
 void setOpaque(boolean opaque)
           
 void setValue(Date min)
           
 

Field Detail

SCROLLBAR

static final int SCROLLBAR
See Also:
Constant Field Values

SPINNER

static final int SPINNER
See Also:
Constant Field Values

BUTTON

static final int BUTTON
See Also:
Constant Field Values

NONE

static final int NONE
See Also:
Constant Field Values
Method Detail

setOpaque

void setOpaque(boolean opaque)

setEnabled

void setEnabled(boolean enabled)

setMinimum

void setMinimum(Date min)

setMaximum

void setMaximum(Date min)

setValue

void setValue(Date min)

hasFocus

boolean hasFocus()

getValue

int getValue()
Returns:
the number of months since the minimum

addMChangeListener

void addMChangeListener(MChangeListener l)

removeMChangeListener

void removeMChangeListener(MChangeListener l)

addFListener

void addFListener(FocusListener l)
Adds a focus listener, using the method addFocusListener causes a NullPointerException for some reason.

Parameters:
l - a FocusListener

removeFListener

void removeFListener(FocusListener l)
Removes a focus listener, using the method removeFocusListener causes a NullPointerException for some reason

Parameters:
l - a FocusListener

MDateSelector

Copyright © 2001-2007 M Newstead. All Rights Reserved.