Class f_cardBox
Object
f_object
f_eventTarget
f_component
f_cardBox
- All Implemented Interfaces:
- Element, fa_clientData, fa_eventTarget, fa_immediate, fa_serializable, HTMLElement, Node
- Direct Known Subclasses:
- f_tabbedPane
public class f_cardBox
- extends f_component
- implements fa_immediate
| Methods inherited from class f_component |
f_findComponent, f_findSiblingComponent, f_getAccessKey, f_getBackgroundColor, f_getDocument, f_getForegroundColor, f_getHeight, f_getHelpMessage, f_getHelpURL, f_getHiddenMode, f_getId, f_getParent, f_getToolTipText, f_getVisible, f_getWidth, f_getX, f_getY, f_isVisible, f_setBackgroundColor, f_setFocus, f_setForegroundColor, f_setHeight, f_setHelpMessage, f_setHelpURL, f_setHiddenMode, f_setToolTipText, f_setVisible, f_setWidth, f_setX, f_setY, f_show, toString |
f_listCards
public f_card[] f_listCards()
- Returns:
- Card array
f_setValue
public boolean f_setValue(String value)
- Select a card by its value.
- Parameters:
value -
- Returns:
true if success.
f_getValue
public String f_getValue()
- Returns the value of the selected card.
f_getCardByValue
public f_card f_getCardByValue(String value)
- Search a card by its value.
- Parameters:
value -
f_getSelectedCard
public f_card f_getSelectedCard()
f_selectCard
public boolean f_selectCard(f_card cardComponent,
boolean setFocus)
- Parameters:
cardComponent - Card to select. (or a string as the identifier of the card)setFocus - Set focus if possible !