Package com.portal.bas.comp
Class PIACanonFieldBeanImpl
java.lang.Object
com.portal.bas.PControllerImpl
com.portal.bas.PFieldControllerBean
com.portal.bas.comp.PIAFieldBean
com.portal.bas.comp.PIACanonFieldBeanImpl
- All Implemented Interfaces:
PIACanonFieldBean,PControllerBean,PFieldBean,PLightComponent,PropertyChangeListener,Serializable,Remote,Unreferenced,EventListener
PIACanonFieldBeanImpl implements the controller for
PIACanonField.- Version:
- %version: 3 % %date_modified: Thu Apr 19 17:41:07 2001 %
- Author:
- Ali Zinatbakhsh
- See Also:
-
Field Summary
Fields inherited from class com.portal.bas.PControllerImpl
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncanonicalize(String locale, String val) Converts the inputStringto the Portal canonical form for case-insensitive searches.Methods inherited from class com.portal.bas.comp.PIAFieldBean
getDataDescriptor, getLightData, getRemoteListenerHandle, getSelectionDataFor, propertyChange, setLightData, updateMethods inherited from class com.portal.bas.PFieldControllerBean
getAssociatedClass, getDisplayFieldDescription, getDisplaySpec, getField, getFieldSpec, getModelFieldDescription, releaseSpecifications, revertToPrimary, setAssociatedClass, setDisplayFieldDescription, setField, setModelFieldDescription, togglePrimaryToSecondaryMethods inherited from class com.portal.bas.PControllerImpl
addRemoteListener, closeSecContext, createClientException, distributeEventToListeners, fireModelChangeEvent, getAppController, getArrayRange, getContext, getField, getField, getField, getFieldWithRestriction, getFieldWithRestriction, getFieldWithRestriction, getModel, getSecContext, handleDistributeToListener, isLight, register, releaseContext, releaseRemoteListener, removeRemoteListener, setField, setField, setModel, unreferenced
-
Constructor Details
-
PIACanonFieldBeanImpl
The default constructor. It only calls the default constructor for the superclass.- Throws:
RemoteException- thrown for errors
-
-
Method Details
-
canonicalize
Converts the inputStringto the Portal canonical form for case-insensitive searches. The conversion is locale dependent.- Specified by:
canonicalizein interfacePIACanonFieldBean- Parameters:
locale- the standardStringthat represents the client localeval- theStringto convert- Returns:
- The converted
String. - Throws:
RemoteException- thrown for errors
-